-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
75 lines (75 loc) · 1.21 KB
/
style.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
#main-wrapper{
width: 500px;
margin:0 auto;
background: white;
padding: 5px;
border-radius: 10px;
border:2px solid #2c3e50;
}
.image{
width: 160px;
text-align: center;
border-radius: 50%;
}
.form{
width: 450px;
margin:0 auto;
}
.input{
width: 430px;
margin:0 auto;
padding: 5px;
}
#l_btn{
margin-top: 10px;
background-color: #27ae60;
padding: 5px;
color: white;
width: 100%;
text-align: center;
font-size: 18px;
font-weight: bold;
}
#R_btn{
margin-bottom: 20px;
margin-top: 10px;
background-color: #3498db;
padding: 5px;
color: white;
width: 100%;
text-align: center;
font-size: 18px;
font-weight: bold;
}
#S_btn{
margin-top: 10px;
background-color: #3498db;
padding: 5px;
color: white;
width: 100%;
text-align: center;
font-size: 18px;
font-weight: bold;
}
#B_btn{
margin-bottom: 20px;
margin-top: 10px;
background-color: #e74c3c;
padding: 5px;
color: white;
width: 35%;
text-align: center;
font-size: 18px;
font-weight: bold;
}
#L_btn{
margin-top: 10px;
background-color: red;
padding: 5px;
color: white;
width: 100%;
text-align: center;
font-size: 18px;
font-weight: bold;
margin-bottom: 20px;
}