-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
60 lines (51 loc) · 842 Bytes
/
index.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
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
*{
padding: 0;
margin: 0;
}
html{
height: 100%;
width: 100%;
font-family: 'Roboto', sans-serif;
}
header{
position: sticky;
top: 0;
background: white;
height: 66px;
box-shadow: rgba(0, 0, 0, 0.15)1.95 1.96px 2.6px ;
}
nav{
font-size: 12px;
padding-top: 14px;
}
.left img{
width: 67px;
height: 42px;
}
.Container{
padding: 0 10vw;
}
nav ul li{
list-style: none;
padding:0 20px;
margin: auto;
}
.section-1{
background: #f1ececf1;
}
.search{
background-color: rgb(243, 243, 243);
width: 30vw;
padding: 7px 17px;
border-radius: 0.5px solid grey;
border-radius: 5px;
}
.homeImg{
width:85vw;
margin: 12px 0;
}
.itemImg{
width: 15vw;
margin: 6px 12px;
}