-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoupon.css
44 lines (44 loc) · 820 Bytes
/
coupon.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
.coupontext {
display: flex;
flex-direction: column;
align-items: center;
}
.coupontext1 {
color: #ff7f00;
font-size: calc(10px + 5vw);
font-weight: bolder;
margin-top: 5%;
}
.coupontext2 {
font-size: calc(5px + 1vw);
font-weight: bolder;
width: 50%;
text-align: center;
}
.coupontext3 {
margin-top: 6%;
font-size: calc(5px + 2vw);
text-align: center;
width: 40%;
font-weight: bolder;
}
.couponbutton {
width: auto;
height: auto;
border-radius: 15px;
background-color: #ff7f00;
margin-top: 3%;
margin-bottom: 10%;
display: flex;
justify-content: center;
align-items: center;
}
.couponword {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
color: white;
text-decoration: none;
font-size: calc(10px + 1vw);
padding: 1%;
font-weight: bolder;
}