Advertisement
chrissources

layout 003. (color custom code)

May 17th, 2020
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1.  
  2. <style>
  3.  
  4. b, strong, bold {
  5. color:# COLOR CODE;
  6. font-weight:700;
  7. }
  8.  
  9. i, em, italic {
  10. color:# COLOR CODE;
  11. }
  12.  
  13.  
  14. s, strike {
  15. text-decoration-color:# COLOR CODE;
  16. }
  17.  
  18. small, sub, sup, big {
  19. font-size:12px;
  20. line-height:calc(12px + 6px);
  21. vertical-align:baseline;
  22. }
  23.  
  24. .firstletter, h {
  25. display:block;
  26. float:left;
  27. padding:3px 5px;
  28. background:var(--accent-two);
  29. color:var(--accent-one);
  30. font-weight:700;
  31. text-transform:lowercase;
  32. font-size:9px;
  33. margin:0px 10px 0px 0px;
  34. border-radius:6px;
  35.  
  36.  
  37. --accent-one:#ffff;
  38. --accent-two:#COLOR CODE FOR HIGHLIGHT;
  39. }
  40.  
  41.  
  42. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement