-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
120 lines (103 loc) · 1.46 KB
/
styles.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
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'roboto', sans-serif;
}
.navbar{
position: sticky;
top: 0;
left: 0;
width: 100%;
z-index: 9;
}
.links-container{
width: 100%;
display: flex;
padding: 10px 10vw;
justify-content: center;
list-style: none;
border-top: 1px solid #d1d1d1;
}
.link{
text-transform: capitalize;
padding: 0 10px;
margin: 0 5px;
text-decoration: none;
color: black;
font-weight: 900;
opacity: 0.5;
transition: .5s;
}
.link:hover{
opacity: 1;
}
.main-1 img
{
width: 100%;
height: 500px;
}
.shop h2
{
text-align: center;
margin-top: 5rem;
}
.c1 , .c2 ,.c3,.c4 ,.c5 ,.c6
{
width: 195px;
height: 237px;
margin-left: 5rem;
}
.c1 img
{
width: 100%;
height: 100%;
}
.c2 img
{
width: 100%;
height: 100%;
}
.c3 img
{
width: 100%;
height: 100%;
}
.c4 img
{
width: 100%;
height: 100%;
}
.c5 img
{
width: 100%;
height: 100%;
}
.c6 img
{
width: 100%;
height: 100%;
}
.footer-1
{
background-color: #004b91;
width: 100%;
height: 50px;
text-align: center;
margin-top: 5rem;
}
.footer-1 p
{
font-size: 20px;
padding-top: 1rem;
color: #fff;
}
hr
{
height: 0.1rem;
background-color: black;
}
.column {
width:300px;
float:left
}