Skip to content

css the destination and address inputs #2

@jtung23

Description

@jtung23

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>`

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions