Advertisement
Fhernd

estilos.css

Aug 23rd, 2017
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.36 KB | None | 0 0
  1. body{
  2.     margin: 0;
  3. }
  4.  
  5. header{
  6.     margin-top: 0;
  7.     width: 100%;
  8.     background: #a7d286;
  9.     height: 50px;
  10.     text-align: center;
  11.     vertical-align: middle;
  12. }
  13.  
  14. header h1 {
  15.     margin-top: 0;
  16.     padding-top: 5px;
  17.     color: #758b08;
  18. }
  19.  
  20. #contenedor{
  21.     margin: 10px auto 0 auto;
  22.     width: 50%;
  23.     background: #000;
  24.  
  25.     height: 500px;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement