assignment.scss 809 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. #home-carousel {
  2. .item img {
  3. height: 600px;
  4. width: 100%;
  5. object-fit: cover;
  6. margin-left: auto;
  7. margin-right: auto;
  8. }
  9. h2 {
  10. font-size: 400%;
  11. text-shadow: 2px 2px 5px #000;
  12. }
  13. }
  14. #class-row {
  15. h2 {
  16. text-align: center;
  17. font-size: 150%;
  18. }
  19. .col-md-3,
  20. .col-xs-6,
  21. .col-sm-4,
  22. .col-md-3 {
  23. padding: 5px;
  24. }
  25. .panel {
  26. -webkit-box-shadow: 2px 2px 5px #0F0F0F;
  27. -moz-box-shadow: 2px 2px 5px #0F0F0F;
  28. box-shadow: 2px 2px 5px #0F0F0F;
  29. }
  30. img {
  31. height: 200px;
  32. width: 100%;
  33. object-fit: cover;
  34. margin-left: auto;
  35. margin-right: auto;
  36. }
  37. .panel-body,
  38. a.thumbnail {
  39. border: none;
  40. }
  41. }
  42. #species-row {
  43. img {
  44. height: 400px;
  45. width: 100%;
  46. object-fit: cover;
  47. margin-left: auto;
  48. margin-right: auto;
  49. }
  50. }