Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. h1 {
  2. font-size: 24px;
  3. }
  4.  
  5. @media only screen and (min-width: 768px) {
  6. h1 {
  7. font-size: 36px;
  8. }
  9. }
  10.  
  11. @media only screen and (min-width: 992px) {
  12. h1 {
  13. font-size: 42px;
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement