Responsive Pricing Cards

Responsive Pricing Cards

A pleasant and responsive tariff selection interface where the user’s attention is focused on the viewed option through color accents and animation.

See the Pen Responsive Pricing Cards.

Scroll Mask Indicators

A modern and clean way to indicate scrollability: the “fade-to-mist” effect is implemented using mask-image and linear-gradient, while key parameters of the fade phase are precisely tuned using @property.

See the Pen Scroll Mask Indicators.

A high-performance table with smooth UX that reacts instantly to cursor movement and theme changes, leveraging native browser capabilities instead of heavy JS calculations.

An editable table row gains focus, blurring all others. Theme and accent color are controlled via Tweakpane — changes transition smoothly with the View Transition API. Colors adapt to the theme using light-dark() and color-mix. Minimal classes, maximum modern CSS.

Responsive And Accessible Data Table

A responsive table with zero JavaScript. On narrow screens, each cell becomes a block labelled via data-title; headers are hidden. On wider screens, it reverts to a standard table with fixed columns. All switching is handled by media queries and data attributes. Simple, predictable, works everywhere.

Table In HTML & CSS

The markup faithfully replicates the standard US Nutrition Facts panel — from thick borders to footnotes. Code stays minimal: classes follow BEM, tables extend base styles with @extend. No JavaScript, just semantic HTML and tidy CSS.

CSS Responsive Table & Detail View

The table adapts to screen width: on narrow screens cells stack vertically with labels pulled from data-title; on wider screens it reverts to a standard table layout. The detail view slides in from the left using CSS transforms — jQuery only toggles a class. Minimal scripting, all presentation logic lives in the styles.

Rows expand on hover to reveal prize‑pool details. A colored left border identifies the sport and shifts hue on hover. A few rows use CSS animations to demonstrate fade‑in, fade‑out, and data updates. JavaScript is currently unused.

Responsive Table

A responsive table with zero JavaScript: on narrow screens each cell becomes a block labeled via the data-th attribute; headers are hidden. On wider screens it reverts to a standard table. Mobile-first approach, a media query toggles modes, all functionality is pure CSS.

Responsive Table

This snippet shows a responsive table powered by the RWD‑Table‑Patterns library. On narrow screens, low‑priority columns are hidden, and the remaining ones adjust to fit — configured via data-priority. Minimal custom styling, all magic inside the library.

Fixed Table Header

This snippet creates a table with a fixed header and a scrollable body. jQuery calculates the scrollbar width and applies it as padding to the header, keeping columns aligned. Header and body are separate containers but share fixed column widths. Simple, functional, no extra dependencies.

Pure CSS Table Highlight

A minimal table with semi‑transparent cells over a gradient background. Hovering a row highlights it; hovering a cell triggers a full‑height mask via a pseudo‑element. Minimal code, maximum visual impact.

Responsive Table

A responsive table with pure CSS. On narrow screens, headers disappear and each cell is labelled via :before using inline data. Widths and padding keep it readable. No JavaScript — just media queries and pseudo‑elements.