-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
60 lines (50 loc) · 682 Bytes
/
styles.css
File metadata and controls
60 lines (50 loc) · 682 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
body{
background-color: #9c7a1c;
}
.head{
background-color: yellow;
text-align: center;
padding: 1px;
display: wrap;
margin-top: 22px;
border: 2px solid black;
}
.qw{
padding-top: 6px;
border: 1px solid green;
}
#image{
padding-top: 18px;
padding-bottom: 1px;
width: 400px;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
max-height: 550px;
}
img{
display: block;
}
.img-div{
background-color: orange;
}
.Hit{
color: white;
text-align: center;
padding-bottom: 11px;
}
.link{
text-align: center;
}
.bold{
font-weight: bold;
}
ul{
padding: 80px;
margin: 4px;
}
.ti{
border: 2px solid black;
}