1st Challenge Project in Codecademy's web development track. Assignment: build a reference sheet for a certain aspect of HTML or CSS.
I chose to create a cheatsheet for the <input> element. It was my first time creating a webpage from scratch since I was a child.
Some things I learned from this project:
- The difference between margin and padding
- To always supply back-up fonts to font-family
- The existence of the min-width and role attributes
- How to create a horizontal nav-bar
- Improved my understanding of selector specificity