-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
57 lines (51 loc) · 946 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
/*.left-container{*/
/*float:left;*/
/*}*/
.right-container{
float:right;
border: 1px solid #000;
margin-top: -24%;
}
label{
display: inline-block;
float: left;
clear: left;
margin-top: 5px;
width: 250px;
text-align: right;
}ß
input[type=text] p{
display: inline-block;
float: left;
width:30%;
}
.err-message{
margin-left: 32%;
}
#loanForm{
background-color: orange;
width:60%;
padding-top: 2%;
padding-bottom: 2%;
}
document{
background-color: cornsilk;
}
a {color: black; text-decoration: none;
transition: all 100ms linear;
-webkit-transition: all 100ms linear;
-moz-transition: all 100ms linear;
-ms-transition: all 100ms linear;
-o-transition: all 100ms linear;}
.flex-container{
display: -webkit-flex;
display: flex;
width: 100%;
margin-left:65%;
margin-top:2%;
}
.flex-item {
width: 90px;
float:right;
margin: 10px;
}