-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
77 lines (65 loc) · 1.12 KB
/
style.css
File metadata and controls
77 lines (65 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
72
73
74
75
body {
background-color: lightgreen;
color: darkblue;
font-family: Arial;
text-align: justify;
}
header {
background-image: url('image/header.jpg');
text-align: center;
margin-top: 5px;
padding: 50px;
background-repeat: no-repeat;
background-size: 1400px 250px;
}
nav {
overflow: hidden;
background-color: rgb(233, 178, 102);
padding: 10px;
}
a{
padding: 10px;
}
h1 {
font-size: 45px;
font-weight: bold;
padding: 20px;
}
h2 {
font-size: 32px;
padding: 10px;
text-transform: uppercase;
font-family: 'Times New Roman';
margin-left: 20px;
}
h3 a {
color: red;
font-size: 18px;
padding: 6px;
margin-left: 50px;
font-weight: 300;
line-height: 1;
letter-spacing: 0.8px;
text-decoration: underline;
}
h4 {
font-size: 14px;
padding: 2px;
margin-left: 20px;
font-weight: 300;
letter-spacing: 0.8px;
}
h5 {
font-size: 12px;
color: red;
padding: 1px;
text-align: right;
margin-left: 10px;
font-weight: bold;
line-height: 1;
letter-spacing: 0.8px;
}
footer {
background-color: cyan;
text-align: center;
}