mirror of
https://github.com/taigrr/shorturl
synced 2025-01-18 04:03:16 -08:00
Improve overall layout of index view
This commit is contained in:
parent
97e7b7fcf5
commit
2f94823208
@ -3,12 +3,10 @@
|
||||
<div class="columns">
|
||||
<div class="column">
|
||||
<form action="" method="POST">
|
||||
<div class="form-group">
|
||||
<div class="form-group input-group">
|
||||
<label class="form-label" for="input-url"></label>
|
||||
<input class="form-input" id="input-url" type="text" name="url" placeholder="Enter long url here...">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<button class="btn btn-sm btn-primary" type="submit">Shorten</button>
|
||||
<button class="btn btn-primary" type="submit">Shorten</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user