Skip to content

Commit 1077478

Browse files
committed
Update input boxes
1 parent b0f00cf commit 1077478

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

Form-Controls/styles.css

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ body{
3636

3737

3838
.form-div{
39-
display: flex;
40-
flex-direction: column;
39+
display: flex;
40+
flex-direction: column;
4141
justify-content: center;
4242
align-items: center;
4343
margin: 0 auto 1.25rem auto;
@@ -49,13 +49,23 @@ label{
4949
width: 90%;
5050
font-size: 18px;
5151
padding-top: 8px;
52+
margin-right: auto;
5253
}
5354

54-
input, select{
55+
input{
56+
width: 25%;
57+
height: 40px;
58+
border-radius: 5px;
59+
font-size: 15px;
60+
margin-right: auto;
61+
}
62+
63+
select{
5564
width: 90%;
5665
height: 40px;
5766
border-radius: 5px;
5867
font-size: 15px;
68+
margin-right: auto;
5969
}
6070

6171
textarea{

0 commit comments

Comments
 (0)