-
Notifications
You must be signed in to change notification settings - Fork 1
/
demi.css
100 lines (93 loc) · 1.67 KB
/
demi.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
92
93
94
95
96
97
98
99
100
*{
text-align: center;
font-size: 20px;
}
#continueButton{
text-decoration: none;
background-color: #007BFF;
color: white;
padding: 10px;
border-radius: 60px;
font-size: 18px;
font-weight: 600;
width: 26vw;
height: 7vh;
border: none;
}
input[type=number]::placeholder{
position: absolute;
left: 0;
right: 0;
font-size: 17px;
}
input[type=number]{
border-radius: 8px;
font-size: 16px;
width: 24vw;
height: 7vh;
border: 2px solid blue;
margin-bottom: 25px;
}
body{
padding: 0;
margin: 0;
}
.container{
display: flex;
width: 99.9%;
height: 100vh;
background-color: rgba(185, 189, 216, 0.407);
}
.block{
width: 47vw;
padding: 20px;
text-align: center;
font-size: 30px;
justify-content: center;
}
.div0 {
border-radius: 10px;
justify-content: center;
padding-top: 20px;
background-color: #f0f0f0;
}
.div0 ul{
text-align: left;
}
.div0 {
padding-left: 5px;
border-radius: 10px;
width: 47vw;
}
.div0 h2 {
color: #333;
}
.div0 ul {
list-style-type: none;
text-align: left;
}
.div0 li {
margin-bottom: 10px;
padding-left: 20px;
position:relative;
text-align: left;
font-weight: 600;
font-size: 17px;
}
.div0 li:before {
content:'\2713';
position:absolute;
left:0; top:-2px;
color:green;
}
img{
width: 20vw;
margin: 0;
border-radius: 50%;
}
h3{
font-size: 30px;
}
.list{
text-align: left;
}