Advertisement
Eulis

other-services-carousel-card.css

Oct 9th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. .other-services-carousel-card {
  2. width: 33%;
  3. height: 30rem;
  4. position: relative;
  5. animation-duration: 1s;
  6. animation-delay: 0s;
  7. }
  8.  
  9. .other-services-carousel-card-text {
  10. position: absolute;
  11. bottom: 1rem;
  12. left: 2rem;
  13. color: white;
  14. font-size: 1.2rem;
  15. }
  16.  
  17. .other-services-carousel-card-line {
  18. position: absolute;
  19. bottom: 1.8rem;
  20. left: 1.5rem;
  21. height: .2rem;
  22. width: 4rem;
  23. background-color: #fff;
  24. }
  25.  
  26. @media(max-width: 1024px) {
  27. .other-services-carousel-card {
  28. /* width: 4195000px; */
  29. width: auto;
  30. margin: 0 1rem;
  31. white-space: nowrap;
  32. display: inline-block;
  33. }
  34.  
  35. .card-width {
  36. width: 80vw;
  37. }
  38. }
  39.  
  40. @media(max-width: 600px) {
  41. .card-width {
  42. width: 90vw;
  43. }
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement