Arrays in JavascriptA brief note on some of the basic concepts of arrays used in JavascriptDec 20, 2022·3 min read
CSS GridsCSS Grid Layout (aka “Grid” or “CSS Grid”), is a two-dimensional grid-based layout system that, compared to any web layout system of the past, completely changes the way we design user interfaces. Grid container The HTML element which has display: gr...Nov 24, 2022·2 min read
Flexbox in CSSWhat is a Flexbox? Flexbox is a one-dimensional layout method for arranging items in rows or columns. Items flex (expand) to fill additional space or shrink to fit into smaller spaces. There are two aspects of a Flexbox: Flex container and Flex item...Nov 22, 2022·3 min read
Selectors in CSSWant to know what selectors are and what is its use? You've come to the right place. Check out this article below👇Nov 16, 2022·3 min read
Introduction to web and HTMLWeb server A web server is software and hardware that uses HTTP (Hypertext Transfer Protocol) and other protocols to respond to client requests made over the World Wide Web. The main job of a web server is to display website content through storing, ...Nov 7, 2022·3 min read