Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <div class = "topBar">
  2. <form>
  3. <input type="text" placeholder="Objektnummer">
  4. <button type="submit"> <i class ="fa fa-search"></i></button>
  5. <select name="sort" id="sort">
  6. <option>Sortierung</option>
  7. <option>Preis aufsteigend</option>
  8. <option>Preis absteigend</option>
  9. <option>Größe aufsteigend</option>
  10. <option>Größe absteigend</option>
  11. </select>
  12. </form>
  13. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement