-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
40 lines (40 loc) · 751 Bytes
/
style.css
File metadata and controls
40 lines (40 loc) · 751 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
h2{
color: #fff;
}
.contant{
padding: 20px;
text-align: center;
}
.hs{
font-family: Times New Roman;
text-align: center;
color: #fff;
font-size: 13px;
}
.hm {
max-width: 1200px;
margin: 20px auto;
padding: 0 20px;
}
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #000;
}
nav {
background-color: blue;
color: green;
padding: 10px;
text-align: center;
}
nav a {
color: #fff;
text-decoration: none;
margin: 0 50px;
}
#img1{
margin-left: 35%;
margin-right: 35%;
height: 3cm;
}