SSaurabhinsimplifieddev.hashnode.dev·May 16, 2023 · 2 min readHow to Center a Background Image Inside a Div Using CSSIn this article, we’ll see how to use CSS properties such as background-size and background-position to center a background image within a div. CSS Properties: Background-Size: The ‘background-size’ CSS property enables scaling of background images t...00
SSaurabhinsimplifieddev.hashnode.dev·May 16, 2023 · 4 min readWhat’s The Difference Between REM, EM, And PX?In this article, we will talk about REM, EM, and Px. What is and Why do we use rem units? What is REM In CSS? Rem (root em) stands for the root element's font size. The font size/text size of the root element can be used to define REM. This means tha...00
SSaurabhinsimplifieddev.hashnode.dev·Mar 14, 2023 · 4 min readHow React Virtual Dom WorksWhat is Document Object Model? Let’s first understand what is DOM. Document Object Model is also known as DOM. It is a structured HTML representation in a webpage or application. As a tree data structure, it represents the web application's whole UI ...00
SSaurabhinsimplifieddev.hashnode.dev·Mar 14, 2023 · 4 min read-webkit-box-shadow vs box-shadow in CSSCSS provides developers with a wide range of properties and pseudoclasses to add the desired styling to elements. One notable property is the box shadow property, which can add a shadow-like effect around an element. The box-shadow property allows yo...00
SSaurabhinsimplifieddev.hashnode.dev·Jan 27, 2023 · 4 min readExplain NativeScript-Vue With Some ExamplesNativeScript-Vue is a framework that allows developers to use Vue.js with NativeScript to create cross-platform mobile apps. The combination of Vue.js’ robust and extensible JavaScript framework with NativeScript’s ability to access native APIs on mo...00