What I'm proud of
- I put into practice the knowledge I currently have
- separation between elements, colors, font.
What I would do differently
- Improve the semantics
Challenge
- Using Flexbox
- Responsive design
Solution
- Reviewing my notes, visiting MDN Web Docs and ChatGPT to improve my knowledge and resolve my questions
I would like feedback and guidance in the following areas
Correct Use of Flexbox:
-
Am I correctly applying Flexbox properties (display: flex, justify-content, align-items, etc.) to achieve proper element distribution?
-
Are there any recommendations for improving the structure or making it more scalable?
Responsive Design:
-
How can I implement a responsive design more effectively?
-
Am I using media queries correctly and correctly adapting content to different screen sizes?
Using Units of Measurement (%, vh, vw, em, rem):
-
In what cases is it best to use each type of unit of measurement?
-
Am I using these units appropriately according to best practices?