Guest User

Untitled

a guest
Jan 23rd, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. .blog {
  2. header[role="banner"] {
  3. hgroup {
  4. h2 {
  5. font-size: 5em;
  6. }
  7. }
  8. }
  9. }
  10.  
  11. /* VERSUS THIS */
  12.  
  13. .blog {
  14. h2 {
  15. font-size: 5em;
  16. }
  17. }
Add Comment
Please, Sign In to add comment