-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.css
More file actions
54 lines (47 loc) · 732 Bytes
/
Copy pathtemplate.css
File metadata and controls
54 lines (47 loc) · 732 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
div.template {
width: 100%;
border: 10px solid gray;
}
header {
padding: 1em;
color: white;
background-color: rgb(40, 137, 154);
clear: left;
text-align: center;
margin: 5;
}
subheader {
padding: 1em;
color: white;
background-color: rgb(40, 137, 154);
clear: left;
text-align: center;
margin: 5;
}
footer {
padding: 1em;
color: black;
background-color: rgb(40, 137, 154);
clear: left;
text-align: center;
margin: 5;
}
login {
float: left;
max-width: 160px;
margin: 2;
padding: 4em;
}
login ul {
list-style-type: none;
padding: 0;
}
login ul a {
text-decoration: none;
}
article {
margin-left: 170px;
border-left: 1px solid gray;
padding: 1em;
overflow: hidden;
}