Studying html, css, js and framework like Flask and React.
- html_elements.md
- steps_planning_a_website.md
- css-flexbox.md
- css-selectors.md
- css_grid.md
- css-box_model.md
- css/svg-colors.md
1fr
= taking up 1 fraction of remaining space,auto
=expand/shrink depending on the amount of content.flex:1
=flex-grow:1; flex-shrink:1; flex-basis:0%
it allows this component to take up all the available space inside its paraent container.
Each link has a same-name example folder.