-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
42 lines (35 loc) · 773 Bytes
/
Copy pathstyle.css
File metadata and controls
42 lines (35 loc) · 773 Bytes
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
.registration-form {
width: 400px;
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.registration-form h2 {
background-color: rgb(213, 213, 213);
padding: 1rem;
margin-bottom: 30px;
}
.registration-form label {
font-size: 14px;
color: #333;
margin-bottom: 5px;
display: block;
}
.registration-form input[type] {
width: 60%;
padding: 8px;
margin-left: 2rem;
margin-bottom: 15px;
border: 1px solid #ccc;
border-radius: 4px;
}
.registration-form button {
width: 100px;
padding: 10px;
background-color: #007bff;
color: #fff;
border: none;
border-radius: 4px;
font-size: 10px;
margin-left: 260px;
}