-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcard.css
More file actions
108 lines (87 loc) · 1.42 KB
/
Copy pathcard.css
File metadata and controls
108 lines (87 loc) · 1.42 KB
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
.card1{
border-radius: 25px;
width: 328px;
height: 590px;
margin: 50px;
box-shadow: 30px 10px 25px -5px rgb(202, 187, 187);
}
.photo photo {
width: 100%;
height: 10px;
border-radius: 10px 10px 0px 0px;
}
.content {
padding: 20px;
}
.content * {
margin: 10px;
}
.content p {
font-size: 20px;
}
.content span {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
small {
font-size: 18px;
color: rgb(111, 105, 105);
}
.crossPrice {
text-decoration: line-through;
}
.offer {
color: rgb(12, 180, 26);
}
.button {
margin: 10px;
padding: 10px;
}
.button a {
text-decoration: none;
background-color: rgb(33, 214, 450);
padding: 15px 20px;
border-radius: 10px;
color: white;
}
.button img {
color: black;
}
.card2{
margin: 40px;
width: 350px;
height: 250px;
border-radius: 10px;
box-shadow: 10px 10px 25px -5px;
}
.image {
display: flex;
}
.img {
padding: 20px;
padding-bottom: 10px;
}
.img img {
width: 100px;
height: 100%;
border: 0.5px solid rgb(86, 57, 202);
border-radius: 19px;
background-image: linear-gradient(red, yellow);
}
.text {
padding: 40px 0px;
}
.text p {
margin: 15px auto;
}
.bottom {
display: flex;
justify-content: space-around;
}
.bottom span,
.bottom a {
cursor: pointer;
}
.bottom a {
text-decoration: none;
color: rgb(7, 17, 165);
}