Styling
Everything on SkillVeris tagged Styling — collected across the glossary, study notes, blog, and cheat sheets.
7 resources across 2 libraries
Study Notes(3)
Styling and Resources
How ResourceDictionary scoping, implicit/explicit Styles, BasedOn inheritance, and AppThemeBinding/DynamicResource combine to theme a MAUI app.
Styling Approaches in Next.js
A practical comparison of the main ways to style Next.js apps: global CSS, CSS Modules, Tailwind CSS, and CSS-in-JS with styled-jsx.
Styling Forms with CSS
Learn how to style form elements consistently and provide visual feedback for validation states using CSS.
Interview Questions(4)
What Is the CSS Box Model?
The CSS box model describes every rendered element as a set of nested rectangular layers — content, padding, border, and margin — and how those layers combine…
CSS Flexbox vs Grid: What Is the Difference?
Flexbox is a one-dimensional layout system for arranging items along a single row or column with flexible sizing, while CSS Grid is a two-dimensional system th…
What Are CSS Pseudo-Elements and How Do They Differ From Pseudo-Classes?
A pseudo-element (like ::before or ::after) lets you style or insert a specific sub-part of an element that doesn’t exist as a real DOM node, while a pseudo-cl…
What Is the Difference Between CSS Transitions and CSS Animations?
A CSS transition interpolates a single property smoothly between two states — a start and an end value — triggered by a state change like hover or a class togg…