Advertisement
Udoro

styling UL UI

May 9th, 2021
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. .richtext ::marker{
  2.  
  3. color:red;
  4. content:"\f054";
  5. font-family:'FontAwesome';
  6. font-size: 1.2em;
  7.  
  8.  
  9.  
  10. }
  11.  
  12.  
  13.  
  14. .richtext:hover ::marker{
  15.  
  16. content:"\f005";
  17. color:blue;
  18. transition:color 2s;
  19.  
  20.  
  21.  
  22. }
  23.  
  24.  
  25.  
  26.  
  27. .richtext ul li {
  28.  
  29. padding-left:1em;
  30. transition:.5s;
  31.  
  32.  
  33. }
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. ul, p {margin-top: 0}
  41.  
  42.  
  43. .richtext{
  44.  
  45. column-count:2;
  46. gap:40px;
  47. column-rule: solid 1px gray;
  48. line-height: 2;
  49.  
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement