esque no me sale D:
Código:
<!DOCTYPE html> <html> <head> <style type="text/css"> *{margin:0px; padding:0px;} #todo{background-color:#067; width:100%; height:100%; } </style> </head> <body> <div id="todo"> </div> </body> </html>