Rhed Aliganrhedaligan.hashnode.dev·Nov 5, 2024Activity 26: CSS FLEX | Aligan, Rhed N.Apply CSS Flexbox on 5 pages (e.g., product layout, employee cards, student profiles, etc.) Name your repository CSS_FLEX Add documentation in the README.md file of your repository Submit the GitHub repository link Deadline: December 5 2024 ___...css flex
Mangesh Thakremangeshthakre.hashnode.dev·Jul 31, 2022Flex BoxMain Axis When working with a flexbox you need to think of two axes, The main axis, and the cross axis. flex-direction property of the flex-box Is the main axis, by default the flex-direction is set as row flex-direction: row; flex-direction flex-di...112 readscss flex-box