SNSouvik Nathinsouvikn18.hashnode.dev·Mar 24, 2023 · 5 min readAll about Flex boxWhat is flexbox? The flexbox is a flexible box module in CSS. This is a one-dimensional layout system that we can use as a row and column-wise layout structure. By using flexbox our habit of designing in CSS is becoming easier. Instead of using lots ...00
SNSouvik Nathinsouvikn18.hashnode.dev·Mar 15, 2023 · 7 min readCSS selectorsCSS is used to style our HTML page. There are so many elements in an HTML page. CSS selectors are mainly used for targetting those elements and applying CSS properties so that we can style those elements. In this article, we will go through some impo...00
SNSouvik Nathinsouvikn18.hashnode.dev·Mar 10, 2023 · 3 min readIntroduction to Web and HTMLWeb Server What is a web server? A web server is simply a combination of hardware and application software that communicates with end users and serves them with required information if it's available. In the hardware section, there are all the files ...00