-
Notifications
You must be signed in to change notification settings - Fork 1
/
style3.css
68 lines (57 loc) · 953 Bytes
/
style3.css
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
68
html {
font-size: 10px;
}
.split {
height: 100%;
width: 50%;
position: fixed;
z-index: 1;
top: 0;
overflow-x: hidden;
padding-top: 20px;
}
.left {
left: 0;
background-color: #E8E3DA;
}
.right {
right: 0;
background-color: #54622E;
}
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: justify;
}
.centered img {
width: 150px;
border-radius: 50%;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
'Helvetica Neue', Arial, sans-serif;
font-size: 1.6rem;
line-height: 1.5;
text-align: justify;
}
#main {
margin: 30px 8px;
padding: 15px;
border-radius: 5px;
background: #eee;
}
#headline {
margin: 50px 0;
text-align: center;
}
ul {
max-width: 1000px;
margin: 0 auto 10px auto;
text-align: justify;
line-height: 1.6;
}
li {
margin: 16px 0;
}