Written by
Jan Kaiponen
on
on
My thoughts on Responsive and Mobile-First
Part VI
Objectives
- Create a one column layout for the Work page
- Use Flexbox for the Contact page
Block Quotes
Learned about the blockquote element.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/blockquote
For what I have learned previously, Mobile-first responsive design should start from the smallest screen, and then applying styles for larger screens. Traversy started with the desktop version, and then applied styles for the smaller screens.
I’d like to improve the usability of this Portfolio project;
- The burger menu should only display on smaller screens; and the menu items be visible on larger ones.