forked from yasirkhan091/CouponAdda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuyNowStyle.css
55 lines (54 loc) · 1.11 KB
/
buyNowStyle.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
body{
height: 100vh;
}
.columnFlexContainer{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border:2px solid black;
width: 50%;
border-radius: 20px;
margin:100px auto;
box-shadow: 5px 5px 10px;
background-color: #5DADE2;
}
.details{
border:1px solid black;
width: 80%;
margin:10px;
text-align: center;
border-radius: 20px;
background-color: #fff;
}
.invoice{
text-align: center;
border:1px solid black;
width: 80%;
margin:10px;
border-radius: 20px;
background-color: #fff;
}
.button2{
background-color: #4CAF50; /* Green */
border: none;
border-radius: 20px;
color: white;
padding: 12px 26px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
}
.button2:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
#WM{
padding:7px;
width: 140px;
border-radius: 10px;
}