forked from GauravPimplekar/UNIT2-PROJECT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathview.css
83 lines (82 loc) · 1.28 KB
/
view.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
#details{
display: flex;
/* border: 1px solid teal; */
width: 90%;
gap: 10px;
margin: auto;
}
s{
color: gray;
}
a{
text-decoration: none;
color: #00819D;
}
#box1{
width: 55%;
}
#box1>img{
width: 100%;
/* border: 1px solid red; */
}
#box2{
width: 40%;
/* border: 1px solid blue; */
}
#size{
width: 100%;
padding: 5px;
margin-bottom: 30px;
margin-top: 20px;
}
#size:hover{
cursor: pointer;
border-bottom: 2px solid #00819D;
}
#cart{
width: 100%;
padding: 10px;
border: 0px;
margin-bottom: 10px;
background-color:#00819D ;
color: white;
}
#cart:hover{
cursor: pointer;
border: 1px solid #00819D;
background-color: white;
color: #00819D;
}
#box2>:nth-child(1){
font-size: 20px;
/* line-height: 0px; */
}
#box2>:nth-child(2){
line-height: 0px;
margin-bottom: 8%;
}
#box2>:nth-child(4){
line-height: 0px;
margin-bottom: 8%;
}
#box2>:nth-child(5){
color: rgb(70, 100, 233);
margin-bottom: 5%;
}
#box2>:nth-child(6){
font-size: 14px;
margin-bottom: 5%;
}
#box2>:nth-child(7){
font-size: 14px;
}
#box2>:nth-child(8){
color: rgb(8, 28, 82);
}
#box2>:nth-child(8):hover{
cursor: pointer;
border-bottom: 1px solid teal;
}
p{
color:grey;
}