-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
71 lines (71 loc) · 1.12 KB
/
Copy pathstyle.css
File metadata and controls
71 lines (71 loc) · 1.12 KB
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
*{
font-family: Montserrat, sans-serif;
font-weight: normal;
font
}
body {
display: block;
}
#header {
background-color: #212121;
color: #ffffff;
width: 100%;
height: 50%;
text-align: center;
padding-top: 40px;
padding-bottom: 40px;
}
#left {
background-color: #e0e0e0;
color: #212121;
height: 100%;
width: 30%;
padding-left: 5%;
padding-right: 5%;
text-align: right;
float: left;
}
#right {
background-color: #ffffff;
color: #212121;
height: 100%;
width: 50%;
padding-left: 5%;
padding-right: 5%;
text-align: left;
float: right;
}
#footer {
background-color: #212121;
width: 100%;
height: 40px;
clear: both;
}
#header>h1 {
font-size: 30px;
letter-spacing: 4px;
border: 3px solid #ffffff;
margin-left: 30%;
margin-right: 30%;
margin-bottom: 25px;
padding: 2px;
shape-margin: 20px;
}
#header>#line {
height: 2.5px;
background-color: #ffffff;
width: 20%;
margin: auto;
}
.list1 {
letter-spacing: 1px;
}
.list1>p:nth-child(even) {
margin-top: -20px;
}
.list1>h3:nth-child(even) {
margin-top: -20px;
}
.list3 {
line-height: 40%;
}