Advertisement
otkalce

MVC View Creation - CSS

Apr 17th, 2023
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.51 KB | Source Code | 0 0
  1. .pricing-header {
  2.     background: linear-gradient(rgba(72, 86, 100, 0.9), rgba(72, 86, 100, 0.9)), url(/images/pricing-bg.jpg) center center;
  3.     background-size: cover;
  4.     text-align: center;
  5.     padding: 40px;
  6.     color: #ffffff;
  7. }
  8.  
  9. .featured {
  10.     border-color: rgba(14, 162, 189, 0.9);
  11. }
  12.  
  13.     .featured .pricing-header {
  14.         background: linear-gradient(rgba(14, 162, 189, 0.9), rgba(14, 162, 189, 0.9)), url("/images/pricing-bg.jpg") center center;
  15.     }
  16.  
  17. .pricing-card {
  18.     width: 24rem;
  19. }
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement