@@ -136,35 +136,35 @@ <h6>Heading 6</h6>
136
136
< div class ="wrapper ">
137
137
< div class ="text "> Search</ div >
138
138
< form >
139
- < input class =" inline " type ="text " placeholder ="Search keywords " required >
140
- < input class =" button primary " type ="submit " value ="Search ">
139
+ < input type ="text " placeholder ="Search keywords " required class =" inline " >
140
+ < input type ="submit " value ="Search " class =" button primary ">
141
141
</ form >
142
142
</ div >
143
143
144
144
<!-- inline -->
145
145
< div class ="wrapper ">
146
146
< div class ="text "> Inline</ div >
147
147
< form class ="clear ">
148
- < input class =" inline " type ="text " placeholder ="Text ">
149
- < input class =" inline " type ="password " placeholder ="Password " required >
150
- < input class =" inline button primary " type ="submit " value ="Submit ">
148
+ < input type ="text " placeholder ="Text " class =" inline ">
149
+ < input type ="password " placeholder ="Password " required class =" inline " >
150
+ < input type ="submit " value ="Submit " class =" inline button primary ">
151
151
</ form >
152
152
</ div >
153
153
154
154
<!-- group -->
155
155
< div class ="wrapper ">
156
156
< div class ="text "> Grouping</ div >
157
157
< form class ="group ">
158
- < input class =" top " type ="text " placeholder ="Text ">
159
- < input class =" middle " type ="password " placeholder ="Password " required >
160
- < input class =" middle " type ="email " placeholder ="Email ">
161
- < select class ="middle " required >
158
+ < input type ="text " placeholder ="Text " class =" top ">
159
+ < input type ="password " placeholder ="Password " required class =" middle " >
160
+ < input type ="email " placeholder ="Email " class =" middle " >
161
+ < select required class ="middle " >
162
162
< option value =""> Select</ option >
163
163
< option value ="1 "> Woman</ option >
164
164
< option value ="2 "> Man</ option >
165
165
</ select >
166
- < textarea class =" bottom " placeholder =" Textarea "> </ textarea >
167
- < input class =" button primary " type ="submit " value ="Submit ">
166
+ < textarea placeholder =" Textarea " class =" bottom "> </ textarea >
167
+ < input type ="submit " value ="Submit " class =" button primary ">
168
168
</ form >
169
169
</ div >
170
170
@@ -180,7 +180,7 @@ <h6>Heading 6</h6>
180
180
< option value ="2 "> Man</ option >
181
181
</ select >
182
182
< textarea placeholder ="Textarea "> </ textarea >
183
- < input class =" button primary " type ="submit " value ="Submit ">
183
+ < input type ="submit " value ="Submit " class =" button primary ">
184
184
</ form >
185
185
</ div >
186
186
@@ -201,7 +201,7 @@ <h6>Heading 6</h6>
201
201
</ select >
202
202
< label for ="textarea "> Textarea</ label >
203
203
< textarea placeholder ="Textarea " id ="textarea "> </ textarea >
204
- < input class =" button primary " type ="submit " value ="Submit ">
204
+ < input type ="submit " value ="Submit " class =" button primary ">
205
205
</ form >
206
206
</ div >
207
207
@@ -223,7 +223,7 @@ <h6>Heading 6</h6>
223
223
< input type ="checkbox " id ="checkbox ">
224
224
< span > Checkbox</ span >
225
225
</ label >
226
- < input class =" button primary " type ="submit " value ="Submit ">
226
+ < input type ="submit " value ="Submit " class =" button primary ">
227
227
</ form >
228
228
</ div >
229
229
@@ -244,7 +244,7 @@ <h6>Heading 6</h6>
244
244
</ div >
245
245
</ div >
246
246
< div class ="align right ">
247
- < input class =" button primary " type ="submit " value ="Submit ">
247
+ < input type ="submit " value ="Submit " class =" button primary ">
248
248
</ div >
249
249
</ fieldset >
250
250
</ form >
0 commit comments