-
Notifications
You must be signed in to change notification settings - Fork 0
/
StyleSheet.css~
100 lines (91 loc) · 1.64 KB
/
StyleSheet.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
/* navigation */
nav {
border: 1px solid black;
max-width:75%;
padding:0px;
margin: auto;
}
nav ul {
list-style: none;
padding: 5px;
margin: auto;
}
nav ul li {
border: 1px solid black;
display: inline-block;
padding: 5px;
margin-right:2.5px;
min-width:18.2%;
text-align: center;
}
nav ul li a {
text-decoration: none;
text-transform: uppercase;
color: black;
}
/* header */
h1 {
border: 1px solid black;
max-width: 75%;
text-align: center;
text-transform: uppercase;
padding-top:10px;
padding-bottom: 10px;
margin: auto;
margin-top: 5px;
margin-bottom: 5px;
}
/*footer*/
footer {
border: 1px solid black;
max-width: 75%;
margin: auto;
}
footer label {
margin: 5px;
text-transform:uppercase;
}
.body {
border: 1px solid black;
max-width: 75%;
margin: auto;
margin-bottom:5px;
height: 400px;
}
.bodyContent {
margin: 10px;
line-height:20px;
height: 100%;
}
aside {
float:left;
width: 25%;
height: 90%;
margin: 5px;
}
.descriptiveLabel {
text-transform: uppercase;
font-weight: bold;
display: inline-block;
width: 20%;
float:left;
}
.textInformation {
float:left;
width: 25%;
border: 1px solid black;
}
.list {
border: 1px solid black;
width: 90%;
height: 100%;
}
.button {
border: 1px solid black;
text-transform: uppercase;
font-weight: bold;
font-family: 'Times New Roman';
font-size: 1.25em;
margin: 10px;
width: 200px;
}