-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1994.css
More file actions
89 lines (78 loc) · 1.28 KB
/
1994.css
File metadata and controls
89 lines (78 loc) · 1.28 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
*{
text-decoration: none;
color:black;
list-style: none;
}
.ad a{
display: inline-block;
z-index:2;
position: fixed;
width: 100%;
text-align: center;
background-color: black;
color: white;
padding: 10px;
height: 20px;
left:0;
top:0;
}
header{
margin-top: 60px;
position: relative;
text-align: center;
width: 100%;
height: 175px;
}
header a{
font-size: 24px;
}
header img{
max-width:320px;
}
.main img{
max-width: 800px;
width: 100%;
height: auto;
}
.article{
margin: auto;
height: auto;
max-width: 800px;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.cloths{
display:block;
}
.article img{
max-width: 240px;
width: 100%;
height: auto;
}
.main,.footer{
margin: 0 auto;
text-align: center;
}
li{
font-size: 12px;
}
.left{
height: 800px;
top:229px;
float: left;
position: fixed;
}
.right{
float: right;
position: fixed;
font-size: 80px;
top: 229px;
right: 20px;
}
@media(max-width:1000px){
.header,.main,.footer{
position: relative;
left:200px;
}
}