-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
64 lines (62 loc) · 1.07 KB
/
style.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
*{
margin: 0;
padding: 0;
}
body {
font-family: sans-serif;
color: #222;
}
#menu ul {
background: #047bf2;
list-style-type: none;
text-align: center;
}
#menu li {
color: #f1f1f1;
display: inline-block;
width: 120px;
height: 40px;
line-height: 40px;
}
#menu ul li a {
text-decoration: none;
color: #f1f1f1;
display: block;
}
#menu ul li a:hover {
background: #F1F1F1;
color: #0C0A0A;
}
#menu ul li > .sub-menu {
display: none;
position: absolute;
}
#menu li {
position: relative;
}
.sub-menu {
display: none;
position: absolute;
}
#menu ul li:hover .sub-menu {
display: block;
}
#graduxshop{
font-size: 40px;
font-family: cursive;
color: aqua;
}
.Товар-Футболка-1200 {
border: solid black 2px;
border-radius: 10px;
height: auto;
width: 120px;
}
.buy {
border: solid black 2px;
border-radius: 5px 5px 5px 5px;
height: auto;
width: auto;
background-color: #047bf2;
color: #F1F1F1;
}