imalfaiz.hashnode.devThe CSS Position PropertyCSS is used to specify the styles of a web page. It describes the format and presentation requirements for an HTML document. CSS includes a wide variety of features that can be used to style HTML documents. The CSS Position property will be covered i...Nov 9, 2022·4 min read
imalfaiz.hashnode.dev5 Amazing Tools to Master Tailwind CSSTailwind CSS is an open-source CSS framework. The main feature of this library is that, unlike other CSS frameworks like Bootstrap, it does not provide a series of predefined classes for elements such as buttons or tables. There are some amazing too...Sep 14, 2022·2 min read
imalfaiz.hashnode.devWebsites to boost your frontend development skills1. FRONTEND MENTOR Solve real-world HTML, CSS, and Javascript challenges, whilst working with professional design. Link: https://www.frontendmentor.io/ 2. TREEHOUSE Treehouse is a great platform to help you learn certain languages like Javascript or...Aug 6, 2022·2 min read
imalfaiz.hashnode.devJavaScript DOM Traversal MethodsQue- What is Traversing the DOM? Ans- Everything in an HTML DOM is a node; the entire document, every HTML element, text inside HTML elements, attributes, and comments everything is a node; & navigating between these nodes is known as DOM Traversing....Jul 21, 2022·2 min read
imalfaiz.hashnode.devMake your website responsive in 3 easy stepsWe are going to follow 3 main steps: html { font-size: 62.5% } Use "rem" instead of "px" Update media query Step 1 • Set the font size of html to 62.5% Step 2 • Use "rem" instead of "px" unit • rem is relative to the font size of the root eleme...Jul 6, 2022·2 min read