Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. .hero-headline {
  2. float: left;
  3. padding-left: 110px;
  4. padding-top: 40px;
  5. color: white;
  6. text-transform: uppercase;
  7.  
  8. @media only screen and (max-width: 768px) {
  9. padding: 0 0 0 10px;
  10. }
  11.  
  12.  
  13. h1 {
  14. font-size: 55px;
  15. font-weight: 300;
  16. text-shadow: 2px 2px #000;
  17. line-height: 55px;
  18. letter-spacing: 3px;
  19.  
  20. @media only screen and (max-width: 768px) {
  21. font-size: 35px;
  22. line-height: 35px;
  23. }
  24.  
  25. }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement