Ayhem18
@ayhem18All solutions
- Submitted 3 months ago
Blog Review Page: FlexBox Layout
- HTML
- CSS
-
Mainly feedback on my usage of the flex layout and the responsiveness of the page
-
I am perfectly aware that several styling details are completely ignored. This was done on purpose. I am currently focusing on building a big picture of CSS and HTML focusing solely on the most important skills (the flex/grid layouts, positioning, the box model....) as I would like to move to JS and NodeJS as soon as possible.
- Submitted 3 months ago
Simple Solution using CSS and HTML
- HTML
- CSS
I would mainly like some feedback on my structure:
- setting a container for the 3 components: (the image and the 2 paragraphs) such that:
- position: 'fixed'
- 40% to the left and 40% to the right of the viewport
- width=20% and the element is centered nicely
- each sub-component will be of width: 90% and of margin: 5% so each sub-component will be centered nicely within the container
What are other better alternatives, for example? What are the potential issues with my approach?