Advertisement
amt

CSS

amt
Aug 11th, 2022 (edited)
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. background: linear-gradient(rgb(67 145 205), rgb(119 168 221)) rgb(171 217 208);
  2. background: linear-gradient(rgb(54 118 167), rgb(65 117 173)) rgb(171 217 208);
  3. background: #ecf7ff;
  4.  
  5. background: linear-gradient(rgb(67 135 121), rgb(75 139 126)) rgb(56, 86, 80);
  6. background: #f5fcff;
  7.  
  8. background: #edf7ff;
  9. background-color: #dfedff;
  10.  
  11. background: #f1f7fe;
  12. background-color: #eff5fc;
  13.  
  14. box-shadow: 4px 0 20px -10px rgb(0 0 0 / 20%);
  15.  
  16. .nb-menu .menu-item {
  17. border-bottom: 3px solid #ffffff;
  18. background: #f9fbff;
  19. }
  20.  
  21. background: #f2fcfb; // green header
  22.  
  23. border-bottom: 0.0025rem solid #e4e9f2; card header
  24.  
  25. body {
  26. color: rgb(0, 0, 0);
  27. background: linear-gradient(to bottom, transparent, rgb(255, 255, 255)) rgb(14, 219, 220);
  28. background: linear-gradient(to bottom, transparent, rgb(255, 255, 255)) rgb(214, 219, 220);
  29. }
  30. //
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement