-
Notifications
You must be signed in to change notification settings - Fork 0
/
sung.css
64 lines (58 loc) · 876 Bytes
/
sung.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
header{
color: lightgray;
background-color: black;
text-align: center;
font-size: 40px;
display: block;
}
body {
background-color: lightgray;
position: relative;
width: 100%;
display: block;
}
body > * {
margin: auto;
width: 800px;
display: block;
overflow: auto;
}
body > script {
display: none
}
nav ul{
margin: 0;
padding:0;
list-style: none;
}
nav ul li {
display: inline-block;
margin: 20px;
font-size: 20px;
}
img {
width: 400px;
border: 2px solid black;
text-align: center;
}
section{
margin: auto;
width: 500px;
display: block;
overflow: auto;
}
img{
display:block;
margin-left: auto;
margin-right:auto;
}
h2{
text-align: center;
}
h3 {
text-align: center;
}
.test {
margin-top: 10px;
text-align: center;
}