File tree 1 file changed +39
-0
lines changed
1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -107,3 +107,42 @@ ul ul a {
107
107
position : absolute;
108
108
z-index : 999 ;
109
109
}
110
+
111
+ .outr-box {
112
+ display : flex;
113
+ justify-content : space-between;
114
+ }
115
+ .form-fields {
116
+ width : 49% ;
117
+ margin : 10px 0 ;
118
+ }
119
+ .form-fields label {
120
+ display : block;
121
+ font-size : 18px ;
122
+ text-shadow : none;
123
+ }
124
+ .form-fields input {
125
+ width : 100% ;
126
+ height : 40px ;
127
+ border-radius : 4px ;
128
+ border : 1px solid # ccc ;
129
+ padding : 0 14px ;
130
+ }
131
+ .jumbotron h1 , .jumbotron h3 {
132
+ font-size : 34px ;
133
+ text-shadow : none;
134
+ }
135
+ .two-fields {display : flex;justify-content : space-between;margin-bottom : 50px ;}
136
+ .form-outr {
137
+ background : # d4d4d4 ;
138
+ }
139
+ .jumbotron {
140
+ background : transparent;
141
+ }
142
+ .two-fields input {
143
+ margin-right : 8px ;
144
+ }
145
+
146
+ .two-fields input : last-child {
147
+ margin-right : 0 ;
148
+ }
You can’t perform that action at this time.
0 commit comments