-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout_page1.css
More file actions
40 lines (40 loc) · 811 Bytes
/
about_page1.css
File metadata and controls
40 lines (40 loc) · 811 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
body{
padding: 0;
margin: 0;
background-color: rgb(224, 202, 142);
}
section {
border-radius: 0.6cm;
padding-left: 70px;
padding-right: 100px;
margin-right: 250px;
margin-left: 50px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
background: linear-gradient(to right bottom, rgb(231, 244, 183),
rgb(255, 225, 231));
}
.s1 {
margin-top: 60px;
}
strong {
color: #333;
margin-left: 20px;
}
li {
margin-bottom: 10px;
line-height: 1.8;
margin-left: 20px;
}
hr {
border: 0;
border-top: 1px solid #322e2e;
margin: 20px;
}
#d1, #d3, #d5 {
font-size: 24px;
margin-bottom: 10px;
}
#d2, #d4, #d6 {
font-size: 18px;
color: #221f1f;
}