/first-landing-page

This was my first landing page since I started learning HTML and CSS on January 12. After 15 days of studying, I decided to challenge myself with this simple yet fulfilling project.

Primary LanguageHTML

First Landing Page 📖

Most of the content I studied is in this project. In HTML, some tags/concepts worth mentioning are:

  • Semantics
  • Form
  • List (ol/ul)
  • Table

As for CSS, these are some of the interesting ones:

  • Animations
  • Responsive Design
  • Media Queries
  • Pseudo-elements
  • Pseudo-classes
  • Flexbox
  • Grid

The landing page originates from this free course on Youtube:


Instead of just copying what would be instructed, I analyzed the final result and, in order to reproduce it, developed the page by myself.