Skip to content

Commit 3681d01

Browse files
Create flashcards.css
1 parent 41c8ea3 commit 3681d01

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

flashcards.css

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
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

Comments
 (0)