JKJyotimoy Katharinwebdev-blog.hashnode.dev·Jan 23, 2023 · 3 min readFlex Box"display: flex;" The single magic line above changes the design and layout of the content inside a parent and gives us the power to use flexbox. Flexbox is a set of CSS properties that helps us to build 1-dimensional layouts. The main idea behind fle...00
JKJyotimoy Katharinwebdev-blog.hashnode.dev·Jan 14, 2023 · 2 min readCss Box ModalThe CSS box modal is the term usually referred to for the design and layout which consists of the content, padding, border and margin. Content Area The content area is the space where our content such as images and text is located. It gives a rectan...00