Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.54 KB | None | 0 0
  1. @import url(http://fonts.googleapis.com/css?family=Raleway:300);
  2.  
  3. body {
  4.   background-color: #fafafa;
  5.   background-image: url(back.png);
  6.   background-repeat: repeat;
  7.   color: #212121;
  8.   font-family: 'Raleway', sans-serif;
  9.   font-size: 60px;
  10. }
  11.  
  12. a {
  13.   color: #424242;
  14.   text-decoration: none;
  15.   font-size: 24px;
  16. }
  17.  
  18. a:hover {
  19.   text-decoration: underline;
  20. }
  21.  
  22. header {
  23.   margin: 200px 0 -10px 0;
  24. }
  25.  
  26. .container {
  27.   text-align: center;
  28. }
  29.  
  30. @media screen and (max-width: 40em) {
  31.  
  32.   header {
  33.     margin: 70px 0 0 0;
  34.   }
  35.  
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement