RSRutvik Shilamkarinwebnotesbyrms.hashnode.dev·Jan 4, 2023 · 3 min readFlexbox CSSFlexbox is a layout mode in CSS that allows you to easily align and distribute items within a container. Let's see different CSS properties and their use. display: flex; As you can see in the main image of the article there are two components i.e. f...00
RSRutvik Shilamkarinwebnotesbyrms.hashnode.dev·Nov 15, 2022 · 5 min readCSS SelectorsCSS selectors define the pattern to select elements to which a set of CSS rules are then applied. -MDN docs CSS selectors are patterns that are used to select specific HTML content that you want to style. Why do we need CSS selectors? Inline CSS can...00
RSRutvik Shilamkarinwebnotesbyrms.hashnode.dev·Nov 6, 2022 · 5 min readIntroduction to Web & HTMLWhat is the Web? World Wide Web is a subset of the internet and is an information system. Any item we find online that we can watch, read, listen to, or interact with such as videos, blogs, and games is possible to access because of the web and thi...00