-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.css
88 lines (82 loc) · 1.34 KB
/
aboutus.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
/* Note to students: Some properties are given to you to fill out,
others you can modify as they stand, and if you have time,
there are definitely some properties you should add!*/
html {
height: 100%;
}
body {
width: 100%;
height: 100%;
background-color: #1eb5c0;
}
header {
padding: 5px;
font-size: 50px;
display: block;
border-style: hidden;
text-align: center;
margin: 0px;
font-family: Apple Chancery, cursive;
background-color: #42ac71;
}
nav {
float: left;
width: 15%;
}
nav ul {
margin: 0px;
padding: 0px;
background-color: #f1f1f1;
float: left;
border-bottom: ;
list-style-type: none;
width: 155px;
}
nav li {
float: left;
}
nav li a {
border-width: 20px;
border-color: #000000;
border: solid;
display: block;
color: #000000;
font-size: 25px;
height: 25px;
width: 120px;
padding: 8px 16px;
text-decoration: none;
}
h2{font-size: 45px;
}
h3{font-size: 35px;
}
img{
width: 15%;
}
div
a {
color: ;
}
section {
width: 80%;
display: inline-block;
float: right;
}
aside {
width: 17%;
display: inline-block;
background-color:;
padding:;
min-height: 100%;
}
aside ul {
list-style-type: none;
}
footer {
width: 790px;
background-color:;
color:;
clear: both;
display: block;
}