Advertisement
AnandSAA

Webview CSS English

Mar 14th, 2023
559
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.69 KB | None | 0 0
  1. .contents {
  2.     margin-bottom: 24px;
  3.     font-size: 20px;
  4.     line-height: 24px;
  5.     font-weight: 500;
  6.     color: #535969;
  7. }
  8. .contents ul {
  9.     margin: 16px 0;
  10.  }
  11. .contents li {
  12.     position: relative;
  13.     margin-bottom: 12px;
  14.     padding-left: 16px;
  15.     font-size: 20px;
  16.     line-height: 24px;
  17.     font-weight: 500;
  18.     color: #535969;
  19. }
  20. .contents li::after {
  21.     position: absolute;
  22.     content: \"›\";
  23.     left: 0;
  24.     top: 0;
  25.     font-size: 22px;
  26.     line-height: 20px;
  27.     color: #bfc1c7;
  28. }
  29. .contents li strong {
  30.   font-weight: 700;
  31.  }
  32. .contents p {
  33.     margin-bottom: 8px;
  34.     font-size: 21px;
  35.     font-weight: 700;
  36.     color: #a9acb4;
  37. }
  38. .contents a {
  39.     text-decoration: underline;
  40.     color: #dbb764;
  41.     transition: all .3s ease;
  42. }
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement