Activity 26: CSS FLEX
Using
flex
together with media queries to create a different layout for different screen sizes/devices:The 5 button goes to different pages and have a their own content.
CSS property that I used:
Flex Container: The parent element with
display: flex;
defines a flex container. It can be customized with properties likeflex-direction
,flex-wrap
, andjustify-content
.Media queries for to create a different layout for different screen sizes/devices
GitHub repo: https://github.com/Koronuma4Dev/CSS_FLEX