We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f00cf commit 1077478Copy full SHA for 1077478
Form-Controls/styles.css
@@ -36,8 +36,8 @@ body{
36
37
38
.form-div{
39
-display: flex;
40
-flex-direction: column;
+ display: flex;
+ flex-direction: column;
41
justify-content: center;
42
align-items: center;
43
margin: 0 auto 1.25rem auto;
@@ -49,13 +49,23 @@ label{
49
width: 90%;
50
font-size: 18px;
51
padding-top: 8px;
52
+ margin-right: auto;
53
}
54
-input, select{
55
+ input{
56
+ width: 25%;
57
+ height: 40px;
58
+ border-radius: 5px;
59
+ font-size: 15px;
60
61
+ }
62
+
63
+ select{
64
65
height: 40px;
66
border-radius: 5px;
67
font-size: 15px;
68
69
70
71
textarea{
0 commit comments