|
| 1 | + |
| 2 | + .swipere-slide { |
| 3 | + display: flex; |
| 4 | + align-items: center; |
| 5 | + justify-content: center; |
| 6 | + border-radius: 18px; |
| 7 | + font-size: 22px; |
| 8 | + font-weight: bold; |
| 9 | + color: #fff; |
| 10 | + } |
| 11 | + |
| 12 | + .swiper-slide:nth-child(1n) { |
| 13 | + background-color: rgb(206, 17, 17); |
| 14 | + } |
| 15 | + |
| 16 | + .swiper-slide:nth-child(2n) { |
| 17 | + background-color: rgb(0, 140, 255); |
| 18 | + } |
| 19 | + |
| 20 | + .swiper-slide:nth-child(3n) { |
| 21 | + background-color: rgb(10, 184, 111); |
| 22 | + } |
| 23 | + |
| 24 | + .swiper-slide:nth-child(4n) { |
| 25 | + background-color: rgb(211, 122, 7); |
| 26 | + } |
| 27 | + |
| 28 | + .swiper-slide:nth-child(5n) { |
| 29 | + background-color: rgb(118, 163, 12); |
| 30 | + } |
| 31 | + |
| 32 | + .swiper-slide:nth-child(6n) { |
| 33 | + background-color: rgb(180, 10, 47); |
| 34 | + } |
| 35 | + |
| 36 | + .swiper-slide:nth-child(7n) { |
| 37 | + background-color: rgb(35, 99, 19); |
| 38 | + } |
| 39 | + |
| 40 | + .swiper-slide:nth-child(8n) { |
| 41 | + background-color: rgb(0, 68, 255); |
| 42 | + } |
| 43 | + |
| 44 | + .swiper-slide:nth-child(9n) { |
| 45 | + background-color: rgb(218, 12, 218); |
| 46 | + } |
| 47 | + |
| 48 | + .swiper-slide:nth-child(10n) { |
| 49 | + background-color: rgb(54, 94, 77); |
| 50 | + } |
| 51 | + #flash-cards{ |
| 52 | + align-items: center; |
| 53 | + |
| 54 | + } |
| 55 | + #conthead{ |
| 56 | + align-items: center; |
| 57 | + } |
| 58 | + |
| 59 | + |
| 60 | + |
0 commit comments