Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. *{
  2. padding:0;
  3. margin:0;
  4. box-sizing:border-box;
  5. font-family: 'Roboto', sans-serif;
  6. font-weight:600;
  7. color:#ff9516;
  8. list-style:none;
  9. letter-spacing: 3px;
  10. text-transform:uppercase;
  11. font-size:14px;
  12. line-height:10px
  13.  
  14. }
  15. /*ul{
  16. display:flex;
  17. }
  18. .meow{
  19. border-left:4px solid #6200b5;
  20. width:200px;
  21. padding:7px;
  22. list-style:none;
  23. background-color:#282828;
  24. font-family: 'Raleway', sans-serif!important;
  25. font-weight: 400;
  26. font-style: normal;
  27. font-size: 0.88em;
  28. text-transform:none;
  29. text-decoration: none;
  30. letter-spacing: 1.2px;
  31. color: #ddd;
  32. }
  33. .clearfix{
  34. content: "";
  35. clear: both;
  36. display: table;
  37. }
  38. .left{
  39. }
  40. .right{
  41. flex
  42. } */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement