Shurkodr / layout_search-bar-airbnb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search bar for Airbnb

Main goal:

Create HTML page with two search bar. This search bar will be part of big project.

Use this mockup for development.

If you don't want to see other users cursors you can disable Multiplayer Cursors in figma. Learn how

Common mistakes

  • Do not use tabs. Use 2 spaces for indentation.
  • Don't use repeated styles.
  • Text Try "Los Angeles" in mockup is a placeholder.
  • Check font styles. Use fonts

Requirements:

  • use images from src/images
  • there must be two search bars
  • search bar must have width 100%
  • distance between two search bar not important
  • follow styles from the mock
  • default font-weight must be 300
  • a search bar has 3 state default, hover and focus
  • don't use JavaScript
  • use @font-face for fonts
  • add attribute data-qa="big" for big search bar, and data-qa="small" for small
  • add attribute data-qa="keypress" to input in big search bar

Screenshot of the search bar: screenshot


Read the guideline before start

Guideline

Result

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 83.4%Language:HTML 10.3%Language:Shell 6.3%