-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss1.css
More file actions
125 lines (122 loc) · 2.51 KB
/
css1.css
File metadata and controls
125 lines (122 loc) · 2.51 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
*{box-sizing: border-box;
margin: 0px;
padding: 0px;}
.banner{
border: 1px rgb(127, 158, 77) solid;
padding: 10px 10px 10px 10px;
text-align: center;
width: 98%;
margin: 0px auto;
}
.name_banner{font-size: 50px;
color: red;
background-color: pink;
font-weight: bold;
width: 98%;}
.h1{
color: rgb(56, 34, 134);
background-color: rgb(132, 150, 42);
border: 1px rgb(166, 114, 18) dashed;
width: 750px;
height: 50px;
margin: 0px auto;
padding: 20px 10px 20px 10px;
border-radius: 5px;
font-size: 16px;
font-weight: bold;
}
.root>li{
list-style: none;
float: left;
position: relative;
display: block;
}
.root>li>a{
text-decoration:none ;
color: rgb(247, 247,0);
padding: 0px 15px 0px 15px;
display: block;
line-height: 40px;
}
.menu_web{
background-color: blue;
width: 98%;
height: 40px;
margin: 0px auto;
}
.root>li>a:hover{
background-color: yellowgreen;
color: orange;
transform: ease-in 0.35s;
}
.submenu{
width: 200px;
background-color: rgb(11, 113, 11);
display: none;
min-height: 80px;
position: absolute;
}
.submenu li{list-style: none;}
.submenu li a{
text-transform: none;
text-decoration: none;
color: rgb(247, 247,0);
display: block;
border: 1px solid #ccc;
line-height: 40px;
text-indent: 15px;
}
.root li:hover .submenu{
display: block;
background-color: rgb(11, 113, 11);
color: orange;
transform: ease-in 0.35s;
}
.submenu li a:hover{
background-color: yellowgreen;
color: orange;
transform: ease-in 0.35s;
}
.noidung{
border: 1px solid #ccc;
width: 98%;
margin: 0px auto;
}
.d1,td{
border: 1px solid #ccc;
}
.sp1 .a1{
width: 70px;
height: 40px;
text-align: center;
}
.giacu{
color:red;
font-weight: ;
}
.giaban:hover{ font-size: 25px;
position: absolute;
transform: ease-in 0.35s;}
.sp1 img:hover{width: 90px;height: 80px;
position: absolute;}
.sp1 img{width: 70px; height: 60px;
align-items: center;}
.h2{
background-color: yellowgreen;
color: blueviolet;
width: 98%;
height: 30px;
border-radius: 2px ;
margin: 0px auto;
text-align: center;
}
.tinmoinhat{
border-bottom: 2px solid blue;
}
.h{
font-size: 25px;
color: blueviolet;
}
footer{
background-color: blue;
}