-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathShopping.css
69 lines (54 loc) · 921 Bytes
/
Shopping.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
/*
Document : Shopping
Created on : 3 Oct, 2013, 10:21:52 AM
Author : user
Description:
Purpose of the stylesheet follows.
*/
root {
display: block;
}
.fullpage {
width: 1260px;
height: 2000px;
}
.search {
width: 1260px;
height: 100px;
background-color: blueviolet;
}
.search input {
width: 560px;
height: 30px;
margin-top: 20px;
margin-left: 335px;
border: none;
float: left;
}
.search button {
background-color: #3bc5dd;
color: white;
border: none;
margin-top: 20px;
height: 32px;
cursor: pointer;
float: left;
}
.search button:hover {
background-color: #2ab4b5;
}
.search table {
float: left;
margin: 25px 0px 0px 50px;
}
.menu {
width: 900px;
height: 60px;
background-color: cyan;
position: absolute;
margin: 70px 0px 0px 200px;
}
.body {
}
.footer {
}