1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 23:19:29 +00:00

Refactor form styling

This commit is contained in:
2022-01-31 21:20:38 +00:00
parent 4ca12b94cb
commit 7335891a87
5 changed files with 19 additions and 20 deletions

View File

@@ -77,8 +77,8 @@
<span>Stratos HQ, HX9 9HN</span>
</div>
</div>
<form class='form' action='/contact' method='post'>
<div class='form__input-group'>
<form action='/contact' method='post'>
<div class='input-group'>
<input type='text' id='fname' name='fname' placeholder='First Name' required/>
<input type='text' id='lname' name='lname' placeholder='Last Name' required/>
</div>