-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
85 lines (66 loc) · 1014 Bytes
/
style.css
File metadata and controls
85 lines (66 loc) · 1014 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
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
main {
background-color: azure;
padding: 40px;
}
h1 {
font-family: Arial;
color : white;
text-align: center;
padding: 50px;
margin-bottom: 0px ;
background: #810000;
margin-top: 0px;
}
nav ul li {
background-color: rgb(240,255,255);
display: inline ;
padding: 120px;
padding-top: 10px;
margin: 0px;
}
nav ul li a {
text-decoration: none;
padding-left: 70px;
}
#firstH3 {
font-size: 40px;
padding: 20px;
padding-bottom: 0px;
margin-bottom: 0px;
}
#img01 {
width: 275px;
float: left;
padding: 20px;
padding-left: 5px;
}
#img02
{
width: 275px;
float: left;
padding: 20px;
padding-left: 5px;
}
main article p {
color : #ce1212;
padding: 10px;
font-family: cursive;
}
#SecondH3
{
font-size: 40px;
padding: 20px;
padding-bottom: 0px;
margin-bottom: 0px;
}
#lastH3{
padding: 20px;
}
footer {
text-align: center;
font-family: Arial;
font-size: 15px;
color : rgb(252, 252, 252);
background: #810000;
padding: 40px;
}