-
Notifications
You must be signed in to change notification settings - Fork 2
/
Details.css
151 lines (145 loc) · 2.71 KB
/
Details.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
141
142
143
144
145
146
147
148
149
150
151
*{
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#dis{
/* border: 1px solid red; */
height: auto;
/* margin-top: 150px; */
padding-top: 140px;
display: flex;
justify-content: space-evenly;
margin-bottom: 50px;
}
#image{
/* border: 1px solid green; */
height: 550px;
width: 40%;
}
#details{
/* border: 1px solid blue; */
width: 50%;
height: auto;
}
#side_image{
height: auto;
width: 100%;
}
#details h2{
font-size: 35px;
margin-left: 15px;
}
#details p{
margin-top: 20px;
margin-left: 15px;
}
#details img{
margin: 20px 15px;
display: block;
}
#details h5{
color: blue;
font-size: 20px;
margin-left: 10px;
}
#details button{
height: 50px;
width: 70%;
font-size: 30px;
font-weight:400;
border-radius: 20px;
border: none;
margin-left: 15px;
margin: 20px 15px;
background-color: blue;
color: white;
}
#wired H1{
text-align: center;
margin: 10px;
color: rgb(78, 78, 78);
}
#wired p{
text-align: center;
margin: 10px 0px;
color: rgb(102, 105, 105);
}
#earphoneshow,#headphone_show{
height: 500px;
/* border: 1px solid red; */
align-items: center;
justify-content: space-between;
display: flex;
flex-direction: row;
margin-bottom: 50px;
}
#show,#showheadphone{
/* border: 1px solid blue; */
height: 500px;
width: 90%;
overflow-x: scroll;
scroll-behavior: smooth;
display: flex;
flex-direction: row;
align-items: center;
}
#show::-webkit-scrollbar{
display: none;
}
#ear_div_scroll,#head_div_scroll{
height: 400px;
/* border: 1px solid yellowgreen; */
width: 314px;
margin: 0px 10px;
text-align: center;
}
#head_div_scroll_img,#ear_div_scroll_img{
height: 279px;
width: 279px;
}
#head_div_scroll b{
font-size: 20px;
}
#head_div_scroll p{
color: blue;
font-weight: 500;
/* font-size: 20px; */
}
#btntoleft,#btntoright ,#headtoleft,#headtoright{
height: 50px;
border: 1px solid gray;
font-size: 30px;
border-radius: 50px;
cursor: pointer;
margin: 0px 10px;
width: 50px;
text-align: center;
align-items: center;
display: flex;
align-items: center;
justify-content: center;
/* padding: 5px; */
}
#btntoleft:hover{
color: rgb(79, 80, 80);
}
#btntoright:hover{
color: rgb(79, 80, 80);
}
.mag{
width: 22%;
display: flex;
/* flex-direction: column; */
align-items: center;
justify-content: center;
text-align: center;
margin: 0px 10px;
/* border: 1px solid rebeccapurple; */
}
#view{
display: flex;
flex-direction: row;
width: 90%;
margin: 50px auto;
}