-
Notifications
You must be signed in to change notification settings - Fork 0
/
billing.css
95 lines (60 loc) · 1008 Bytes
/
billing.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
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
body{
background-image: url(360_F_264922838_NErJEovZiP9MTa49apqL1Vs3f88ZT8Dg.jpg);
background-size: 100%;
display: flex;
}
.first{
padding: 10% 30%;
}
.fieldset{
border: 1px solid black;
width:60vh;
align-items: center;
background-color: lightblue;
}
input[type="checkbox"]:checked ~
fieldset1{
display: none;
}
header{
font-weight: bolder;
text-align: justify;
}
.one{
padding: 5% 0% 1% 0%;
}
.button{
align-items: center;
}
.container{
display: flex;
justify-content: space-between;
}
.child2{
margin: 0% 0% 0% 20%;
}
.child1{
margin: 0% 0% 0% 10%;
}
.ch{
margin: 0 0 0 0;
}
header{
font-size: 30px;
color: white;
}
#validationBtn{
margin: 5% 8% 5% 13%;
font-size: 22px;
border-radius: 10px;
background-color: aqua;
}
.ch{
margin: 4%;
font-size: 20px;
color: white;
justify-content: space-between;
}
* {
box-sizing: border-box;
}