NDNirangkush Dasinnirangkush.hashnode.dev·Nov 19, 2022 · 2 min readFlexboxWhat is Flexbox?! Flexbox is also called CSS flexible box layout and helps to arrange rows and columns according to the user's needs. Flexbox works inside a parent container, making it easier for elements inside the container to get designed as requi...00
NDNirangkush Dasinnirangkush.hashnode.dev·Nov 13, 2022 · 2 min readCSS selectors and Pseudo-classesA brief about CSS CSS stands for Cascading Style sheets. It is a style sheet language that helps to give an excellent look to a web page with the help of HTML. There are many selectors in CSS which allow us to target the elements that we specifically...01M
NDNirangkush Dasinnirangkush.hashnode.dev·Nov 6, 2022 · 1 min readIntroduction to web and HTMLIntroduction to Web The Web is a collection of data or information which helps to connect to the internet. To make access to the web we need to have a browser like Safari or Chrome. HTML stands for Hypertext Markup language and it helps to create a ...00