Advertisement
Guest User

styles.css

a guest
Feb 28th, 2016
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.46 KB | None | 0 0
  1. body {
  2.   background: #ffffff;
  3. }
  4. section {
  5.   text-align:center;
  6.   margin-top:300px;
  7.   height:auto;
  8.   width:auto;
  9.   font-family:'Open Sans', sans-serif;
  10. }
  11. section.h1 {
  12.   font-size:25px;
  13.   color:#000000;
  14. }
  15. section.h3 {
  16.   font-size:15px;
  17.   color:#000000;
  18. }
  19. section.p {
  20.   font-size:12px;
  21.   color:#000000;
  22. }
  23. footer {
  24.   text-align:center;
  25.   margin-top:100px;
  26. }
  27. footer.p {
  28.   font-family:'Open Sans', sans-serif;
  29.   font-size:10px;
  30.   color:#000000;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement