-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
64 lines (56 loc) · 918 Bytes
/
Copy pathstyle.css
File metadata and controls
64 lines (56 loc) · 918 Bytes
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
* {
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.card {
border: 2px solid black;
width: 500px;
display: flex;
box-shadow: 7px 7px #000000;
}
.size {
display: flex;
align-items: center;
justify-content: space-between;
width: 200px;
}
.btn-size {
width: 60px;
height: 40px;
border-radius: 10px;
background-color: #782affb2;
color: white;
font-size: 14px;
}
.btn-size:hover {
background-color: #792aff;
}
img {
width: 250px;
}
.counter {
display: flex;
align-items: center;
}
#value {
margin: 0 10px;
}
.price {
font-size: 25px;
border-radius: 20px;
margin-left: 30px;
}
.price-block {
display: flex;
align-items: center;
}
#buy {
background-color: #792aff;
color: white;
width: 90%;
height: 40px;
border-radius: 10px;
font-size: 14px;
}
.active {
background-color: #792aff;
}