-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.css
78 lines (74 loc) · 1.4 KB
/
about.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
69
70
71
72
73
74
75
76
77
78
.first_section{
text-align: center;
}
.para_section{
padding-left: 15%;
padding-right: 15%;
margin-bottom: 0px;
font-family: 'Open Sans', sans-serif;
color: #404040;
font-size: 1.125em;
line-height: 1.5em;
}
#img_sec{
width: 70%;
}
.img_section{
display: flex;
justify-content: space-around;
}
.third_section{
text-align: center;
}
.third_section>h6{
color:#f27f44;
}
.about_last{
text-align: center;
margin-left: 15%;
margin-right: 15%;
border-top: 1px solid #4f4e53;
}
h5{
font-family: 'Open Sans', sans-serif;
color: #4f4e53;
font-size: 1.41em;
line-height: 1.5em;
font-weight: 400;
text-align: center;
letter-spacing: normal;
text-transform: none;
}
#aff_button{
padding: 1% 6%;
border: 1px solid #ff763f;
border-radius: 5px;
font-family: 'Open Sans', sans-serif;
font-size: 1.25em;
line-height: 1.25em;
font-weight: 600;
text-align: center;
color: #f27f44;
}
h2{
margin-top: 0px;
margin-bottom: 0px;
font-family: 'Open Sans', sans-serif;
color: #4f4e53;
font-size: 2.74em;
line-height: 1.3em;
}
h6{
margin-top: 0px;
margin-bottom: 0px;
color: #ff763f;
font-size: 1.41em;
line-height: 1.5em;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
}
/* #border{
padding-left: 24%;
padding-right: 24%;
} */