-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
62 lines (61 loc) · 923 Bytes
/
styles.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
body {
max-width: 1300px;
margin: 0 auto;
font-size: 14px;
}
.flex-section {
display: flex;
}
.wide-area {
flex: 1;
}
.divider {
display: block;
border: 0;
border-top: 12px solid orange;
width: 100%;
margin: 0;
}
.top-section-title {
text-transform: uppercase;
font-weight: bold;
margin: 0 10px;
font-size: 14px;
line-height: 12px;
}
.avatar-image {
width: 130px;
height: 130px;
margin-left: 10px;
display: block;
}
.section-title {
padding: 5px 10px;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
}
.section-body {
padding: 5px 10px;
}
.header {
margin: 30px 0;
}
.side-section {
max-width: 350px;
margin-right: 20px;
}
.side-section-title {
background-color: orange;
}
.side-section-body {
color: white;
background-color: black;
}
.main-section-title {
color: white;
background-color: black;
}
.main-section-body {
margin: 10px 0 20px;
}