Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1.  
  2. #halloween{
  3.  
  4. font-family: nosifer;
  5. color: red;
  6.  
  7. text-align: center;
  8. }
  9. #next{
  10. display: inline-block;
  11. color: red;
  12. font-family: nosifer;
  13. float: right;
  14.  
  15. margin-top: 10%;
  16. }
  17. @media only screen and(max-width: 1400px) {
  18. #halloween {
  19. font-size: 7em;
  20.  
  21. }
  22.  
  23. .navigation {
  24. font-size: 3em;
  25. }
  26. }
  27. @media only screen and(max-width: 1024px){
  28. #halloween{
  29. font-size: 4em;
  30.  
  31. }
  32. .navigation{
  33. font-size: 2em;
  34. }
  35. }
  36. @media only screen and(max-width: 480px){
  37. #halloween{
  38. font-size: 2em;
  39.  
  40. }
  41. .navigation{
  42. font-size: 1em;
  43. }
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement