@@ -135,19 +135,19 @@ <h6>Heading 6</h6>
135
135
<!-- search -->
136
136
< div class ="wrapper ">
137
137
< div class ="text "> Search</ div >
138
- < form class =" search " >
138
+ < form >
139
139
< input class ="inline " type ="text " placeholder ="Search keywords " required >
140
- < input type =" submit " class ="button primary " value ="Search ">
140
+ < input class ="button primary " type =" submit " value ="Search ">
141
141
</ form >
142
142
</ div >
143
-
143
+
144
144
<!-- inline -->
145
145
< div class ="wrapper ">
146
146
< div class ="text "> Inline</ div >
147
- < form >
147
+ < form class =" clear " >
148
148
< input class ="inline " type ="text " placeholder ="Text ">
149
149
< input class ="inline " type ="password " placeholder ="Password " required >
150
- < input type =" submit " class ="button primary " value ="Submit ">
150
+ < input class ="inline button primary " type =" submit " value ="Submit ">
151
151
</ form >
152
152
</ div >
153
153
@@ -164,7 +164,7 @@ <h6>Heading 6</h6>
164
164
< option value ="2 "> Man</ option >
165
165
</ select >
166
166
< textarea class ="bottom " placeholder ="Textarea "> </ textarea >
167
- < input type =" submit " class ="button primary " value ="Submit ">
167
+ <input class ="button primary " type =" submit " value ="Submit ">
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 type =" submit " class ="button primary wrapper " value ="Submit ">
183
+ < input class ="button primary " type =" submit " value ="Submit ">
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 type =" submit " class ="button primary wrapper " value ="Submit ">
204
+ < input class ="button primary " type =" submit " value ="Submit ">
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 type =" submit " class ="button primary " value ="Submit ">
226
+ < input class ="button primary " type =" submit " value ="Submit ">
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 type =" submit " class ="button primary " value ="Submit ">
247
+ < input class ="button primary " type =" submit " value ="Submit ">
248
248
</ div >
249
249
</ fieldset >
250
250
</ form >
0 commit comments