-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.css
127 lines (125 loc) · 2.34 KB
/
test.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
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
126
127
table,th,td{
border: 2px solid black;
border-radius: 10px;
background-color: rgb(64, 66, 65);
color: white;
width: 1500px;
height: 100px;
text-align: center;
}
.div1 form {
position: relative;
width: 1250px;
left: 220px;
bottom: 70px;
border: 3px solid wheat;
background-color: rgb(48, 48, 48);
color: white;
padding: 10px 10px;
}
.div2 form {
position: relative;
width: 250px;
left: 1250px;
bottom: 140px;
color: white;
}
.first {
overflow: hidden;
/* background-color: rgb(255, 255, 255); */
}
.first a{
float:left;
display: block;
color: rgb(247, 6, 6);
text-align: center;
padding:14px 16px;
text-decoration: none;
font-size: 17px;
position: relative;
bottom: 50px;
}
.first a:hover{
background-color: rgba(9, 9, 9, 0.6);
color: white;
}
.first a.active{
background-color: blueviolet;
color: white;
}
.first input[type=text] {
float: centre;
width: 500px;
height: 10px;
padding: 16px;
border: black;
border-radius: 10px;
margin-top: 8px;
margin-bottom: 16px;
position: relative;
bottom: 50px;
}
@media screen and (max-width: 100px) {
.div1, .div2, .div3{
float:none;
display: block;
text-align: left;
width: 600px;
margin: 0;
padding: 14px;
}
.first input{
border: 1px solid beige;
}
}
.first form{
font-size: large;
float: left;
color: red;
position: relative;
left: 1050px;
bottom: 55px;
background-color: blueviolet;
color: white;
padding: 10px 10px;
}
.first form:hover{
background-color: rgba(9, 9, 9, 0.6);
color: white;
}
footer{
background-color: rgb(63, 163, 225);
color:rgb(9, 9, 9);
border-radius: 10px;
padding: 14px 16px;
position: relative;
top: 34px;
font-size: larger;
}
footer .website{
color: rgb(24, 23, 23);
background-color: blueviolet;
padding: 3px;
}
ul{
font-size: larger;
color: red;
background-color: beige;
padding: 14px 16px;
position: relative;
top: 15px;
}
.categories a{
background-color: blueviolet;
color: white;
}
.categories a:hover{
background-color: rgba(9, 9, 9, 0.6);
color: white;
}
.myorders{
position: relative;
bottom: 280px;
left: 600px;
color: white;
}