CSS
Using CSS logical properties
While practicing my front-end skills I learned a bit about CSS logical properties
Using min-width instead of max-width for a mobile-first approach
I learned that using min-width is better than max-width for a mobile-first approach