forked from NikHarshal/updated-project-unit2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Home-Fragrance.css
122 lines (121 loc) · 1.98 KB
/
Home-Fragrance.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
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;1,200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,800;1,200&display=swap');
a{
color: gray;
}
a:hover{
color: rgb(72, 103, 189);
}
#mainbox{
display: flex;
}
#mleft{
width: 25%;
height: auto;
/* border:1px solid red; */
}
#mright{
width: 75%;
height: auto;
/* border: 1px solid red; */
}
#offerLi{
list-style-type: none;
padding-left: 0px;
}
li>a{
text-decoration: none;
}
#mright>h1{
font-family: 'Raleway', sans-serif;
font-weight: 400;
font-size: 23px;
}
#mright>h4{
text-align: center;
}
#items{
/* border: 1px solid blue; */
height: auto;
display:flex;
margin: auto;
}
#imgbox>img{
height: 180px;
width: 200px;
margin: auto;
cursor: pointer;
}
#imgbox{
height: auto;
width: 100%;
}
#imgbox>button{
width: 200px;
height: 32px;
font-size: 17px;
color: black;
font-family: 'Raleway', sans-serif;
border: 1.5px solid black;
cursor: pointer;
}
#imgbox>button:hover{
background-color: black;
color: whitesmoke;
}
#offerimg{
display: flex;
}
#offerimg>img{
display: flex;
width: 100%;
}
p{
font-size: 1rem;
line-height: 1.75;
}
#lastbox{
margin: auto;
width: 90%;
height: auto;
/* border: 1px solid blue; */
}
/* --------------fotterbox------------------ */
#lastbox{
display: flex;
}
#left{
width: 30%;
height: auto;
height: auto;
border: 0px solid blue;
}
#right{
width: 70%;
height: auto;
/* border: 1px solid blue; */
display: flex;
}
.btn:hover{
background-color:rgb(145, 31, 31);
color: rgb(0, 0, 0);
}
#fotterimg{
display: flex;
width: 100%;
height: 25px;
}
#fotterimg>div>img{
height: 30px;
width: 30px;
margin-top: -10px;
margin-left: 10px;
border-radius: 30px;
}
#rightboxes{
width: 20%;
height: auto;
/* border: 1px solid red; */
margin: auto;
margin-top: 0px;
}