-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
49 lines (48 loc) · 816 Bytes
/
style.css
File metadata and controls
49 lines (48 loc) · 816 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
43
44
45
46
47
48
49
body{
background: #AAAEFA;
}
.main_form{
width: 30%;
height: 400px;
background-color: white;
margin-left: 35%;
margin-top: 15%;
border-radius: 40px;
}
.textOnMainForm{
margin-top: 5%;
text-align: center;
}
.mainFormButton{
border-radius: 10px;
margin-left:20%;
margin-top: 10%;
}
.registrationForm{
border-radius: 20px;
margin-left: 40%;
margin-top: 10%;
background-color: white;
width: 20%;
height: 300px;
}
.registField{
width: 90%;
height: 15%;
border-radius: 10px;
border: 1px solid black;
margin-left: 3%;
margin-top: 5%;
}
.registFieldButton{
width: 70%;
height: 15%;
margin-left: 15%;
margin-top: 7%;
border-radius: 10px;
border: 1px solid black;
}
.regist{
width: 100%;
text-align: center;
}