Tag: CSS

11 items found

Glossary

Bootstrap

Bootstrap is an open-source CSS framework with grid, components, and utilities for building responsive web interfaces quickly.

Glossary

Container Query

A container query lets CSS change a component's styles based on its container size instead of the browser viewport width.

Glossary

CSS (Cascading Style Sheets)

CSS defines the visual presentation of HTML, including colors, typography, spacing, layout, and responsive behavior in browsers.

Glossary

CSS Custom Properties (Variables)

CSS custom properties store reusable design values such as colors and spacing, making themes and component styling easier to manage.

Glossary

CSS Flexbox

Flexbox is a CSS layout model for aligning items on one axis, distributing space, and adapting to changing content sizes.

Glossary

CSS Grid Layout

CSS Grid is a CSS layout system for building flexible, responsive two-dimensional web layouts across rows and columns.

Glossary

Dark Mode

Dark mode is a dark-background interface theme that must balance contrast, accessibility, brand colors, and user preference.

Glossary

Responsive Design

Responsive design adapts one web interface to different screen widths, input methods, and device capabilities without separate mobile pages.

Glossary

SASS/SCSS

Sass/SCSS is a CSS preprocessor that adds variables, mixins, nesting, and modules to organize large style codebases.

Glossary

Tailwind CSS

Tailwind CSS turns design choices into small utility classes, letting teams style interfaces consistently inside HTML.

Glossary

Web Font

A web font displays brand-specific typography through font files downloaded by the browser and must be loaded carefully.