-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstateStyle.css
More file actions
67 lines (56 loc) · 910 Bytes
/
stateStyle.css
File metadata and controls
67 lines (56 loc) · 910 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
main {
display: flex;
justify-content: center;
padding: 20px;
min-height: 80vh;
}
.content {
max-width: 900px;
background: #3b4252;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
padding: 30px;
}
h1{
text-align: center;
}
.slide-container {
display: block;
}
.slide {
background: #4c566a;
border-radius: 8px;
margin-bottom: 20px;
padding: 20px;
overflow: hidden;
}
.slide img {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: auto;
border-radius: 8px;
margin-bottom: 15px;
}
.slide h2,h1 {
font-size: 1.8rem;
color: #8fbcbb;
margin-top: 10px;
margin-bottom: 10px;
}
.slide p {
font-size: 1.1rem;
color: #e5e9f0;
}
.slide1 {
background-color: #e5e9f0;
color: #2e3440;
border-radius: 8px;
margin-bottom: 20px;
padding: 20px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
h3 {
color: #e5e9f0;
}