-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPROJECT.css
More file actions
82 lines (69 loc) · 1 KB
/
Copy pathPROJECT.css
File metadata and controls
82 lines (69 loc) · 1 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
*{ /*to cover the corner*/
margin:0;
padding:0;
}
nav{
background-color:black;
color:#ffffff;
padding:10px;;
}
h1,li,ul{
display:inline;
}
ul{
margin-left:60%;
color:grey;
}
li{
margin:4px;
cursor:pointer;
}
li:hover{
color:white;
}
input{
width:60%;
padding:15px;
}
.Search_Bar{
padding:30px;
text-align: center;
}
.box{
border-width:2px;
border-color:black;
border-style:solid;
display:inline-block;
width:250px;
margin-top:40px;
margin-left:6px;
}
.Product{
text-align: center;
}
.box:hover{
color:white;
background-color:black;
cursor:pointer;
}
.About_Us{
color:black;
text-align:center;
margin-top:40px;
}
.four{
margin-top:20px;
}
.Contact{
padding-top:15px;
margin-top:20px;
color:white;
background-color:black;
text-align:center;
}
.eight{
text-align:center;
margin-top:20px;
padding-bottom:15px;
color:grey;
}