nikminer4sv

Untitled

Nov 18th, 2022
801
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.68 KB | None | 0 0
  1. .container-fluid {
  2.     background-color: rgb(247, 247, 247);
  3. }
  4.  
  5. .container {
  6.     background-color: white;
  7.     height: 100vh;
  8.     padding-top: 30px;
  9. }
  10.  
  11. .flex-row {
  12.     margin-bottom: 60px;
  13. }
  14.  
  15. .card {
  16.     max-width: 250px;
  17.  
  18.     -webkit-box-shadow: 2px 2px 5px 0px rgba(34, 60, 80, 0.07);
  19.     -moz-box-shadow: 2px 2px 5px 0px rgba(34, 60, 80, 0.07);
  20.     box-shadow: 2px 2px 5px 0px rgba(34, 60, 80, 0.07);
  21.  
  22.     border-radius: 0;
  23.     border: 1px solid rgba(0, 0, 0, 0.1);
  24. }
  25.  
  26. .card img {
  27.     height: 300px;
  28. }
  29.  
  30. .card-body {
  31.     border-top: 1px solid rgba(0, 0, 0, 0.1);
  32.     box-sizing: content-box;
  33. }
  34.  
  35. .card a {
  36.     float: right;
  37. }
  38.  
  39. .card-line {
  40.     width: 100%;
  41. }
Advertisement
Add Comment
Please, Sign In to add comment