📄️ Something related to native property of the HTML element such as div element.
The display flex in your CSS.
📄️ Default css for html element
The default CSS for a div element is quite minimal. By default, a div is a block-level element, which means it takes up the full width available and starts on a new line. Here are the default styles that typically apply to a div element in most browsers:
📄️ Flexible Box Layout Module | CSS Grid
Flexbox, or the Flexible Box Layout Module, is a CSS layout model that allows you to design complex layouts with ease. It is particularly useful for creating responsive designs. Here’s an overview of the key concepts and properties in the flexbox layout model:
📄️ The flex-basis | flex-grow | flex-shrink property in CSS
he flex-basis property in CSS defines the initial main size of a flex item, before any available space is distributed according to the flex factors.