olagunju oluwabukolasussanah.hashnode.dev·Apr 18, 2024The CSS CascadeCSS stands for cascading style sheet, it is used for styling HTML contents in a webpage in terms of color for the background, text, adding padding, margin, alignment of items, positioning, etc. It’s usually embedded in the head section of a webpage u...CSS
Ryan Phillipsryanphillips.hashnode.dev·Jul 27, 2023Using Cascading Values in BlazorThere are several instances where it could be cumbersome to pass the same value down to every child component. Think of something like a theme that every component in the entire app might use. It would become painful to pass the theme again and again...145 readsBlazor
Techscribetech-scribe.hashnode.dev·Mar 31, 2023CSS Fundamentals: understanding Conflicting Declarations and Cascade.What's a conflicting declaration in CSS? When two or more CSS rules apply to the same element and define the same property with different values there's a conflicting declaration. Assume you've written two CSS rules for an element. The CSS rules ...29 readsCSS
Jowel Tissojoweltisso.hashnode.dev·Jun 6, 2022CSS SpecificityIntroduction Before we dive into the specificity of CSS, let's revise what CSS is, CSS stands for Cascading Stylesheets, where cascading means the process of combining multiple stylesheets and resolving conflicts between the CSS rules and declaration...3 likesCSS