News

HTML & CSS - Display Block and Inline-Block This project demonstrates the use of HTML and CSS to create a simple webpage layout using display: block and display: inline-block properties. The page ...
Css has many confusing properties that also happen to be integral for its proper function. To better understand the css display properties, I made this pure html notes which clarifies the differences ...
Display inline-block – Display inline block placed like display inline but behaves like display block. the major difference between both is we can set width for display inline block. Display block – ...
CSS offers several ways to apply styles to your web elements, but one stands out for its directness and specificity: inline scope. This method involves directly applying styles within an HTML tag’s ...