Guest User

Untitled

a guest
Nov 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. /**
  2. * The first commented line is your dabblet’s title
  3. */
  4. header{
  5. background-color: #111;
  6. margin: 0;
  7. }
  8.  
  9. footer {
  10. background-color: #111;
  11. margin: 0;
  12. float: left;
  13. width: 100%;
  14. margin: 1em 0 0 0;
  15. }
  16.  
  17. h1 {
  18. font-size: 7em;
  19. color: #eee;
  20. text-align: center;
  21. padding: 1em;
  22. }
  23.  
  24. h3 {
  25. font-size: 2em;
  26. color: #eee;
  27. text-align: center;
  28. padding: 1em;
  29. margin-bottom: 0;
  30. }
  31.  
  32. #principal {
  33. width: 100%;
  34. }
  35.  
  36. #img1 {
  37. text-align: center;
  38. }
  39.  
  40. .tercos {
  41. width: 20%;
  42. margin: 3% 3% 0 7%;
  43. background-color: lightgrey;
  44. float: left;
  45. padding: 1em;
  46. }
  47.  
  48. #centro {
  49. font-family: sans-serif;
  50. }
  51.  
  52. p {
  53. color: white;
  54. text-align: center;
  55. }
Add Comment
Please, Sign In to add comment