Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.31 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.31 KB

Tea Station

Practice project with CSS Floats

Floats Contributions

WEBSITE!

Tea Station is a website created for learning purposes. Whit the use of HTML5, CSS3, and a bit of JavaScript, this responsive website is:

  • smooth scrolling,
  • mobile-friendly,
  • server-side hosted icons,
  • ready to receive emails (integrated Formspree).

Reviewing you can exercise:

  • HTML5 tangs and CSS3 selectors,
  • creating a responsive website using CSS floats,
  • linking external: styles, scripts, fonts,
  • creating multiple HTML pages and navigating between them,
  • creating animation,
  • server-side hosting of icons (Font Awesome),
  • connecting for receiving emails (Formspree).

Why Floats?

Even so Flexbox and Grid are modern solutions, you can still find code written whit CSS Floats and websites which still depends on it. So it's good to be familiar with them.

Built from source:

HTML&CSS Tutorial and Projects Course 2022 (Flexbox&Grid)