-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
102 lines (88 loc) · 1.23 KB
/
index.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
101
102
html {
height: 100%;
/*width: 100%;*/
}
body {
height: 100%;
background-color: #F0FFFF;
}
header {
padding: 5px;
display: block;
width: 1316px;
margin: 10px;
text-align:center;
background-color: #5F9EA0;
color: white;
font-family: Arial;
}
nav {
line-height:10px;
background-color:teal;
width:240px;
height:1200px;
display: inline-block;
vertical-align: top;
float: left;
margin: 10px;
}
section {
width: 800px;
display: inline-block;
margin: 10px;
}
section img {
height: 360px;
width: 800px;
}
nav ul {
list-style-type: none;
}
li {
padding: 10px;
}
li a {
color: white;
text-decoration: none;
font-size: 20px;
font-family: Arial;
}
aside {
width: 240px;
height: 1200px;
display: inline-block;
vertical-align: top;
background-color:teal;
font-size: 16;
margin: 10px;
}
aside p {
color: white;
font-family: Arial;
font-size: 20px;
text-align:center;
padding: 5px;
}
aside img {
height: 160px;
width: 240px;
margin-bottom: -20px;
}
footer {
width: 100%;
text-align:justify;
padding:5px;
display: block;
}
div h1 {
font-family: Arial;
text-align: center;
}
div p {
font-family:Arial;
text-align:justify;
}
/*
* {
border: 1px solid red;
}