-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathperfum.css
63 lines (62 loc) · 1004 Bytes
/
perfum.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
body{
background-color: rgb(242,235,227);
padding: 0px;
margin: 0px;
}
.parent{
width: 600px;
display: flex;
margin: auto;
padding-top: 70px;
}
img{
width: 300px;
height: 450px;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
}
.child{
width: 220px;
height: 369px;
padding: 40px;
background-color: rgb(255, 255, 255);
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}
h4{
color:rgb(122,129,144);
}
h1{
font-weight: bold;
font-size: 34px;
}
p{
font-family: system-ui;
color: rgb(108,116,137);
}
.new-price{
color: rgb(60,128,103);
font-size: 32px;
font-weight: bold;
margin: 10px;
}
button{
background-color: rgb(60,128,103);
color: white;
padding: 10px;
width: 200px;
border: none;
border-radius: 20px;
font-weight: bold;
font-size: 15px;
}
.old-price{
margin-top: 10px;
font-size:0.8em;
text-decoration: line-through;
color:grey;
}
.shopping-car{
width: 20px;
height: 20px;
}