Activity 26: CSS FLEX

·

1 min read

  • 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 like flex-direction, flex-wrap, and justify-content.

  • Media queries for to create a different layout for different screen sizes/devices

GitHub repo: https://github.com/Koronuma4Dev/CSS_FLEX