Guest User

Untitled

a guest
Feb 18th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. h1 {
  2. margin: 0 0 25px;
  3. font-family: 'Raleway', sans-serif;
  4. font-weight: 300;
  5. color:black;
  6. line-height:2em;
  7.  
  8.  
  9. }
  10. h1:after {
  11. content:' ';
  12. position: relative;
  13. display:block;
  14. width: 40px;
  15. margin: 0 0;
  16. border:1px solid #CB9033;
  17. border-radius:4px;
  18. -webkit-border-radius:4px;
  19. -moz-border-radius:4px;
  20. box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
  21. -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
  22. -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
  23.  
  24. }
Add Comment
Please, Sign In to add comment