-
Notifications
You must be signed in to change notification settings - Fork 0
css the destination and address inputs #2
Copy link
Copy link
Open
Description
I was thinking of putting the two next to each other. Couldnt figure out the css to it though.
starting at 89 in index.html
` Start
Address
City
State
Zip-Code
Submit Address
<br>
Destination
<br>
<label>Address</label>
<br>
<input type="text" class="form-control" id="dest_address_field">
<br>
<label>City</label>
<br>
<input type="text" class="form-control" id="dest_city_field">
<br>
<label>State</label>
<br>
<input type="text" class="form-control" id="dest_state_field">
<br>
<label>Zip-Code</label>
<br>
<input type="number" class="form-control" id="dest_zip_field">
<br>
<button type="button" class="btn btn-primary" id="dest_address_button">Submit Destination Address</button>`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels