Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 616 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 616 Bytes

Tsunami Coffee

Project #18 from Codecademy's Full Stack Engineer Career Path

By Anton Vlasenko (AntonV0)

Project Outline

The aim of this project is to make the Tsunami Coffee website be responsive on different screen sizes.

What I Learned

  • The @media CSS rule for styling various screen sizes
  • Using em and rem CSS units for text
  • Using percentages for image height, width, padding, and margin
  • Image properties such as background-repeat, background-position and background-size

Please note that in each project, the first commit is always the starter code provided by Codecademy.