Tag: CSS
11 items found
Glossary Terms
Bootstrap
Bootstrap is an open-source CSS framework with grid, components, and utilities for building responsive web interfaces quickly.
Container Query
A container query lets CSS change a component's styles based on its container size instead of the browser viewport width.
CSS (Cascading Style Sheets)
CSS defines the visual presentation of HTML, including colors, typography, spacing, layout, and responsive behavior in browsers.
CSS Custom Properties (Variables)
CSS custom properties store reusable design values such as colors and spacing, making themes and component styling easier to manage.
CSS Flexbox
Flexbox is a CSS layout model for aligning items on one axis, distributing space, and adapting to changing content sizes.
CSS Grid Layout
CSS Grid is a CSS layout system for building flexible, responsive two-dimensional web layouts across rows and columns.
Dark Mode
Dark mode is a dark-background interface theme that must balance contrast, accessibility, brand colors, and user preference.
Responsive Design
Responsive design adapts one web interface to different screen widths, input methods, and device capabilities without separate mobile pages.
SASS/SCSS
Sass/SCSS is a CSS preprocessor that adds variables, mixins, nesting, and modules to organize large style codebases.
Tailwind CSS
Tailwind CSS turns design choices into small utility classes, letting teams style interfaces consistently inside HTML.
Web Font
A web font displays brand-specific typography through font files downloaded by the browser and must be loaded carefully.