-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcommonstyles.css
140 lines (137 loc) · 2.81 KB
/
commonstyles.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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
/* div{
border: 1px solid red;
} */
#footer{
width: 80%;
margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
max-width: fit-content;
border: 2px solid red;
}
#mainalpha,#shareto,#extra,#description,#reviews,#QnA{
font-family: sans-serif;
}
#prodimg>img{
width: 100%;
height: 100%;
border-radius: 1px solid red;
}
#prodimg{
width: 40%;
/* height: 300px; */
}
#twitter{
margin-top: 10px;
width: 30px;
height: 30px;
}
#flashdeal,#price,#timers,#mainalpha,#rating,#buycart,#payment,#extra,#counter,#shareto{
display: flex;
}
#details{
margin-left: 1%;
width: 58%;
}
#flashdeal{
color: red;
}
.icons{
width: 25px;
height: 25px;
margin-top: 1.5%;
}
#iconpay{
width: 75px;
height: 75px;
}
.highlights{
margin-left:10px;
font-family: sans-serif;
}
#description p, #reviews p, #QnA p, #details p{
margin-left: 10px;
}
#flshdeal h4, #details h4{
margin-left:10px;
}
#actprice{
margin-top: 25px;
}
#origprice{
color: gray;
margin-top: 3.2%;
}
#discpercent{
margin-top: 3%;
color: white;
padding: 1px 2px 1px 2px;
background-color: red;
border-radius: 5px;
text-align: center;
}
#addcart,#buynow{
border-radius: 10px;
font-size: 18px;
padding: 12px;
border: 1px solid #06f;
}
#addcart{
background-color: white;
color:#06f;
font-weight: bold;
}
#buynow{
background-color: #06f;
border: none;
color: white;
margin-left: 5px;
padding: 12px 25px 12px 25px;
font-weight: bold;
}
.extrap{
width: 10%;
}
.extrap:hover{
background-color: #06f;
}
#extra{
margin-top: 20px;
position: sticky;
top: 0px;
background-color: #f9f9f9;
}
#extra h3:hover{
color: white;
}
a{
text-decoration: none;
text-align: center;
}
#specifications_img{
width: 60%;
margin-left: 10%;
}
#counter{
text-align: center;
}
#counter>div:first-child{
margin-left: 10px;
}
#count{
width: 8%;
border: 0.5px solid #6f6f6f;
}
#countminus,#countplus{
border-radius: 10%;
border: 0.5px solid #6f6f6f;
width: 4%;
color: rgb(149, 147, 147);
font-weight: bold;
}
#addcart,#buynow,#countminus,#countplus:hover{
cursor: pointer;}
#countminus{
margin-left: 5%;
}