-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
58 lines (55 loc) · 1.04 KB
/
style.css
File metadata and controls
58 lines (55 loc) · 1.04 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
body{
align-items: center;
font-family: 'inter',sans-serif;
background-color: blue;
justify-content: center;
align-items: center;
min-height: 100vh;
margin: 0;
padding: 20px;
box-sizing: border-box;
}
form{
background-color:rgb(0, 255, 94);
padding: 35px;
border-radius: 12px;
width: 100%;
max-width: 600px;
border: 1px solid rgb(255, 0, 144);
}
fiedset{
border: 1px soild white;
border-radius: 8px;
padding: 25px;
margin-bottom:30px;
background-color:#ffffff ;
}
h1{
text-align: center;
color: blue;
font-size: 20eem;
margin-top: o;
letter-spacing: -0.5px;
}
.form-group{
margin-bottom: 20px;
}
label{
display: block;
margin-bottom: 8px;
font-weight: 600;
color: rgb(226, 131, 43);
font-size: 0.9em;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
textarea{
width: 100%;
padding: 12px;
border: 1px solid white;
border-radius: 6px;
font-size: 1em;
box-sizing:border-box;
}