-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
111 lines (97 loc) · 1.89 KB
/
style.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
body{
background-color: hsl(30, 38%, 92%);
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.container{
width: 470px;
height: 380px;
background-color: hsl(0, 0%, 100%);
border-radius: 10px;
position: relative;
}
img{
width: 235px;
height: 380px;
border-radius: 10px;
}
.child{
width: 240px;
height: 380px;
border-radius: 10px;
background-color:hsl(0, 0%, 100%);
display: inline-block;
}
.child2{
width: 235px;
height:380px ;
display: inline-block;
position: absolute;
left: 235px;
background-color:hsl(0, 0%, 100%);
border-radius: 10px;
}
.gap{
width: 15px;
height:380px ;
display: inline-block;
position: absolute;
left: 230px;
background-color:hsl(0, 0%, 100%);
}
.p1{
padding-left: 15px;
font-size: 14px;
font-family: 'Montserrat', sans-serif;
color: hsl(228, 12%, 48%);
font-weight: 700;
}
.p2{
padding-left: 15px;
font-size: 25px;
font-family: 'Fraunces', serif;
color: hsl(212, 21%, 14%);
}
.p3{
padding-left: 15px;
font-size: 12px;
font-family: 'Montserrat', sans-serif;
color: hsl(228, 12%, 48%);
font-weight: 400;
}
.p4{
padding-left: 15px;
display: inline-block;
font-family: 'Fraunces', serif;
color: hsl(158, 36%, 37%);
font-size: 25px;
margin-top: 20px;
}
.p5{
padding-left: 20px;
display: inline-block;
color: hsl(228, 12%, 48%);
font-size: 14px;
}
.bt {
-webkit-border-radius: 10;
-moz-border-radius: 10;
border-radius: 10px;
font-family: Arial;
color: white;
font-size: 14px;
background:hsl(158, 36%, 37%);;
padding: 10px 60px 10px 60px;
text-decoration: none;
border: 0px;
margin-left: 10px;
}
.cart{
margin-right: 8px;
padding-top: 5px;
height: 10px;
width: 10px;
}