-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutStyle.css
More file actions
59 lines (58 loc) · 1007 Bytes
/
Copy pathaboutStyle.css
File metadata and controls
59 lines (58 loc) · 1007 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
html{
height: 100%;
}
body{
margin: 0;
padding: 0;
height: 100%;
width: 100%;
background-color: #000000;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
p{
margin: 0;
font-family: 'Khula', sans-serif;
font-weight: 300;
text-align: justify;
padding-top: 5px;
padding-bottom: 5px;
}
h1,h2,h3{
font-family: 'Raleway',sans-serif;
font-weight: 300;
font-size: 50px;
text-align: left;
margin: 0;
padding-top: 15px;
padding-bottom: 20px;
}
h2{
font-size: 35px;
padding-top: 10px;
padding-bottom: 15px;
}
h3{
font-size: 20px;
padding-top: 5px;
padding-bottom: 10px;
}
a{
color: inherit;
}
a:hover{
color: #999999;
}
#aboutWrap {
width: 60%;
max-width: 760px;
min-width: 520px;
margin:auto;
padding: 20px;
text-align: left;
background-color: #FFFFFF;
}