Here is a list of things that I learned for building a responsive website when I was building a WordPress portfolio project: The site 1 ) Understand the […]
What are the ::before and ::after Pseudo-elements? They both act like a child element of a parent element which is the CSS selector before the ::before or ::after […]
1 ) CSS Units – vh/vw, % CSS properties take “length” values, such as width, margin, padding, font-size, etc. 2 ) New Box Modal https://elad.medium.com/new-css-logical-properties-bc6945311ce7 3) The Viewport 4 ) Positioning How […]
In CSS documentations, there’re many mentions of line box, for example here, what does it exactly mean?