-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
57 lines (56 loc) · 867 Bytes
/
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
body{
max-width: 1162px;
width: 100%;
margin: 0 auto;
padding: 0;
}
.result{
padding: 30px 0;;
}
.line{
display: inline-block;
vertical-align: middle;
}
.result__output{
width: 79%;
}
.result__output input, .result__but button{
width: 100%;
}
.result__but{
width: 20%;
}
.formsender{
text-align: center;
}
#forms{
border: 1px solid #000;
max-width: 700px;
width: 100%;
text-align: center;
margin: 25px auto;
padding: 50px;
}
.form__line{
padding-bottom: 15px;
}
.form__line label, .form__line input{
display: inline-block;
}
.form__line label{
width: 20%;
text-align: right;
padding-right: 25px;
}
.form__line input{
width: 55%;
text-align: left;
}
#headline{
font-weight: bold;
}
.corect{
text-align: center;
cursor: pointer;
width: 10%!important;
}