-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
98 lines (84 loc) · 1.52 KB
/
style.css
File metadata and controls
98 lines (84 loc) · 1.52 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
.main{
height: 400px;
margin-top: 50px;
background-color: #4a536b;
margin-left: auto;
margin-right: auto;
width: 500px;
border-radius: 5px;
}
h2{
text-align: center;
padding-top: 5px;
color: #241f1f;
}
.h2{
width: 500px;
height: 40px;
margin-left: auto;
margin-right: auto;
background-color: #aed6dc;
border-radius: 5px 5px 0 0;
}
.title{
display: flex;
justify-content: space-around;
margin-left: auto;
margin-right: auto;
}
h4{
height: 30px;
width: 100px;
background-color: #ff9a8d ;
text-align: center;
padding-top: 10px;
border-radius: 5px;
color: #241f1f;
}
.input{
display: flex;
justify-content: space-around;
margin-left: auto;
margin-right: auto;
}
input{
height: 30px;
width: 100px;
background-color: #ebdfde ;
text-align: center;
padding-top: 10px;
border-radius: 5px;
color: #241f1f;
}
.text{
display: flex;
justify-content: space-around;
margin-left: 80px;
margin-right: 80px;
}
p{
height: 30px;
width: 100px;
font-size: 50px;
text-align: center;
padding-top: 10px;
border-radius: 5px;
color: #aed6dc;
}
.button{
display: flex;
justify-content: space-around;
margin-left: 80px;
margin-right: 80px;
}
button{
margin-top: 10px;
height: 40px;
width: 160px;
background-color: #aed6dc;
text-align: center;
padding-top: 10px;
border-radius: 5px;
color: #241f1f ;
font-size: larger;
}