Skip to content

Instantly share code, notes, and snippets.

@eamexicano
Created September 6, 2012 02:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eamexicano/3650287 to your computer and use it in GitHub Desktop.
Save eamexicano/3650287 to your computer and use it in GitHub Desktop.
Archivo html donde el navegador se encarga de llenar las etiquetas html, head y body
<style>
body {width: 500px; height: 500px; background: #ccc;}
#trabajo-sucio {border: 1px solid #ccc; width: 100px; height: 100px; margin: 100px 50%; background: #fff; padding: 1em;}
</style>
<div id='trabajo-sucio'>
Este documento le deja al navegador el trabajo sucio
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment