Skip to content

Commit 41c8ea3

Browse files
Update style.css
1 parent 5d51b34 commit 41c8ea3

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

style.css

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,8 +990,72 @@ swiper-slide {
990990
top: 2px;
991991
}
992992

993+
.swiper {
994+
width: 640px;
995+
height: 520px;
996+
}
997+
998+
.swiper-slide {
999+
display: flex;
1000+
align-items: center;
1001+
justify-content: center;
1002+
border-radius: 18px;
1003+
font-size: 22px;
1004+
font-weight: bold;
1005+
color: #fff;
1006+
}
1007+
1008+
.swiper-slide:nth-child(1n) {
1009+
background-color: rgb(206, 17, 17);
1010+
}
1011+
1012+
.swiper-slide:nth-child(2n) {
1013+
background-color: rgb(0, 140, 255);
1014+
}
1015+
1016+
.swiper-slide:nth-child(3n) {
1017+
background-color: rgb(10, 184, 111);
1018+
}
1019+
1020+
.swiper-slide:nth-child(4n) {
1021+
background-color: rgb(211, 122, 7);
1022+
}
1023+
1024+
.swiper-slide:nth-child(5n) {
1025+
background-color: rgb(118, 163, 12);
1026+
}
1027+
1028+
.swiper-slide:nth-child(6n) {
1029+
background-color: rgb(180, 10, 47);
1030+
}
9931031

1032+
.swiper-slide:nth-child(7n) {
1033+
background-color: rgb(35, 99, 19);
1034+
}
1035+
1036+
.swiper-slide:nth-child(8n) {
1037+
background-color: rgb(0, 68, 255);
1038+
}
1039+
1040+
.swiper-slide:nth-child(9n) {
1041+
background-color: rgb(218, 12, 218);
1042+
}
1043+
1044+
.swiper-slide:nth-child(10n) {
1045+
background-color: rgb(54, 94, 77);
1046+
}
1047+
#flash-cards{
1048+
align-items: center;
1049+
1050+
}
1051+
#conthead{
1052+
align-items: center;
1053+
}
9941054

9951055

9961056

1057+
1058+
1059+
1060+
9971061

0 commit comments

Comments
 (0)