-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInfo.css
More file actions
65 lines (55 loc) · 1.15 KB
/
Copy pathInfo.css
File metadata and controls
65 lines (55 loc) · 1.15 KB
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
.icbm-info {
background-color: #1a2634;
color: #ecf0f1;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
padding: 20px;
font-family: 'Arial', sans-serif;
max-width: 800px;
margin: 20px auto;
}
.icbm-info h2 {
color: #3498db;
text-align: center;
font-size: 24px;
margin-bottom: 20px;
border-bottom: 2px solid #3498db;
padding-bottom: 10px;
}
.icbm-info h3 {
color: #e74c3c;
font-size: 20px;
margin-top: 20px;
margin-bottom: 10px;
}
.icbm-info p {
line-height: 1.6;
margin-bottom: 15px;
}
.icbm-info ul, .icbm-info ol {
padding-left: 20px;
margin-bottom: 15px;
}
.icbm-info li {
margin-bottom: 8px;
}
.icbm-info section {
background-color: #233240;
border-radius: 5px;
padding: 15px;
margin-bottom: 20px;
}
.icbm-info section:last-child {
margin-bottom: 0;
}
@media (max-width: 768px) {
.icbm-info {
padding: 15px;
}
.icbm-info h2 {
font-size: 20px;
}
.icbm-info h3 {
font-size: 18px;
}
}