Advertisement
aisyaku

style.css

Aug 6th, 2022
1,347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.88 KB | None | 0 0
  1. .service-info{
  2.     color: #dc8aa7;
  3.     text-transform: uppercase;
  4.     font-size: 11px;
  5.     font-weight: 600;
  6. }
  7. .bg-icon{
  8.     width: 44px;
  9.     padding: 8px;
  10.     background-color: #9747fe;
  11.     color: white;
  12.     border-radius: 10px;
  13.     box-shadow: 2px 2px 8px #34353553;
  14. }
  15.  
  16. bod{
  17.     font-size: 13px;
  18. }
  19.  
  20. .card-service{
  21.     background-color: #ffffff;
  22.     border-radius: 10px;
  23.     border: none;
  24.     box-shadow: 2px 2px 15px #61616137;
  25. }
  26.  
  27. .card-service-active{
  28.     box-shadow: 2px 2px 15px #66676767;
  29. }
  30.  
  31. .bg-blue{
  32.     background-color: #3e7bd1;
  33. }
  34.  
  35. .bg-orange{
  36.     background-color: #eb722e;
  37. }
  38.  
  39. .bg-pink{
  40.     background-color: #ec4681;
  41. }
  42.  
  43. .text-link{
  44.     color: #2b375d;
  45.     font-size: 13px;
  46.     font-weight: 500;
  47.     text-decoration: none;
  48. }
  49.  
  50. .text-card-service{
  51.     color: #8f8d8e;
  52.     font-size: 14px;
  53.     font-weight: 300;
  54.     line-height: 1.5;
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement