how to css
Seriously how does one CSS?
I've this idea for a lay out in my head but I'm not skilled enough in css to excute on it. Can someone please help me. Thanks for taking the time to read this.
Repo link: https://github.com/mazwrld/ari (using ft/3d-me branch)
It would cool if someone jumped on call with me..
GitHub
GitHub - mazwrld/ari: This project is my portfolio website. It is b...
This project is my portfolio website. It is built with Next.js and Tailwind CSS. - GitHub - mazwrld/ari: This project is my portfolio website. It is built with Next.js and Tailwind CSS.
1 Reply
This is very basic stuff
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_flexible_box_layout/Basic_concepts_of_flexbox
This should give you all you need
Basic concepts of flexbox - CSS: Cascading Style Sheets | MDN
The flexible box layout module, usually referred to as flexbox, was designed as a one-dimensional layout model, and as a method that could offer space distribution between items in an interface and powerful alignment capabilities. This article gives an outline of the main features of flexbox, which we will be exploring in more detail in the rest...