#CSS

[ follow ]
#javascript
Web development
fromwww.jqueryscript.net
2 days ago

Weekly Web Design & Development News: Collective #655

New audio models, UI component libraries, and browser-based AI image upscaling expand what developers can build with faster UI creation and richer media experiences.
Web development
fromwww.jqueryscript.net
2 days ago

Weekly Web Design & Development News: Collective #655

New audio models, UI component libraries, and browser-based AI image upscaling expand what developers can build with faster UI creation and richer media experiences.
#css
Web development
fromCSS-Tricks
1 week ago

The Importance of Native Randomness in CSS | CSS-Tricks

New random functions in CSS enable unique web experiences, addressing the challenges of randomness in a deterministic language.
Web development
fromCSS-Tricks
2 weeks ago

Let's Use the Nonexistent ::nth-letter Selector Now | CSS-Tricks

CSS lacks features like ::nth-letter, which would simplify styling and enhance design capabilities.
Web development
fromCSS-Tricks
4 days ago

Using CSS corner-shape For Folded Corners | CSS-Tricks

Folded corners can be created with corner-shape by defining border-radius coordinates and using bevel shapes to draw fold edges.
UX design
fromCSS-Tricks
6 days ago

Making Zigzag CSS Layouts With a Grid + Transform Trick | CSS-Tricks

The zigzag layout creates a cascading effect using CSS Grid, enhancing visual rhythm compared to traditional grid layouts.
jQuery
fromFrontendmasters
1 week ago

CSS `n of` Selectors for Conditional Validation

Real-time feedback and CSS validation enhance user input control and reduce submission errors.
Web development
fromCSS-Tricks
1 week ago

The Importance of Native Randomness in CSS | CSS-Tricks

New random functions in CSS enable unique web experiences, addressing the challenges of randomness in a deterministic language.
Web development
fromCSS-Tricks
2 weeks ago

Let's Use the Nonexistent ::nth-letter Selector Now | CSS-Tricks

CSS lacks features like ::nth-letter, which would simplify styling and enhance design capabilities.
JavaScript
fromRaymondcamden
1 week ago

Animated video backgrounds via a Web Component and ColorThief

ColorThief library enables color extraction from video frames for dynamic background effects.
#html
fromJoshwcomeau
2 weeks ago

Scroll-Driven Animations * Josh W. Comeau

The Animation Timeline API makes it possible to create scroll-driven animations in native CSS, which historically required JavaScript. This new API is built on existing CSS primitives, making it elegant and natural to use.
React
#responsive-design
fromIshadeed
3 months ago
UX design

The Too Early Breakpoint

Avoid switching to a mobile layout before available space requires it to preserve design integrity and ensure truly responsive CSS.
Typography
fromCsswizardry
1 month ago

font-family Doesn't Fall Back the Way You Think - CSS Wizardry

Font-family declarations are self-contained and do not inherit fallback options from parent elements.
fromdaverupert.com
1 month ago
Web development

Inverted themes with light-dark()

Adaptive light-dark() support enhances design systems by allowing seamless theme switching without significant performance trade-offs.
Games
fromCSS-Tricks
1 month ago

Front-End Fools: Top 10 April Fools' UI Pranks of All Time | CSS-Tricks

Tech April Fools' Day announcements often blur the line between reality and joke, showcasing genuine innovations alongside humorous concepts.
fromThe JetBrains Blog
1 month ago

Expanding Our Core Web Development Support in PyCharm 2026.1 | The PyCharm Blog

With PyCharm 2026.1, users can leverage a comprehensive set of editing and formatting tools for modern web languages, including basic React support with code completion and navigation.
Python
Web design
fromPiccalilli
2 months ago

Building dynamic toggletips using anchored container queries

Chrome 143 introduces anchored container queries, enabling dynamic styling based on active fallback positions in anchor positioning layouts.
fromCSS-Tricks
2 months ago

Approximating contrast-color() With Other CSS Features | CSS-Tricks

There have been a few drafts of a specification function for this functionality, most recently, contrast-color() (formerly color-contrast()) in the CSS Color Module Level 5 draft. But with Safari and Firefox being the only browsers that have implemented it so far, the final version of this functionality is likely still a ways off. There has been a lot of functionality added to CSS in the meantime; enough that I wanted to see whether we could implement it in a cross-browser friendly way today. Here's what I have: color: oklch(from <your color> round(1.21 - L) 0 0);
Web development
fromSitePoint Forums | Web Development & Design Community
3 months ago

Custom CSS code

Can you formulate the css code to apply the glassmorphism (GM) effect b/g to the tasks below: Glassmorphism code snippet background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(5px); border: 1px solid rgba(255, 255, 255, 0.1); 1.1 Apply the GM effect to the Share B/G, Gallery B/G & Vid B/G icons during onmouseout. 1.2 Apply the GM effect to the Social icons pop-up panel B/G during onmousehover on the Share icon.
Web development
#wordpress
fromSmashing Magazine
3 months ago

Unstacking CSS Stacking Contexts - Smashing Magazine

Stacking contexts are incredibly useful, but they're also widely misunderstood and often mistakenly created, leading to a slew of layout issues that can be tricky to solve. Have you ever set z-index: 99999 on an element in your CSS, and it doesn't come out on top of other elements? A value that large should easily place that element visually on top of anything else, assuming all the different elements are set at either a lower value or not set at all.
Web design
Web design
fromMedium
3 months ago

Generate Animated Effects for the Web with Claude

AI tools like Anthropic's Claude can generate high-quality web animated effects and ready-to-use prompts, streamlining creation of polished, lightweight UI animations.
fromeLearning
4 months ago

Captivate 13 Flip Card Widget - eLearning

Greetings. Can someone please tell me how to get the image on the back of the flip card to fill the card like the image on the front of the card? See attachment with identical image on front and back. I have read the help documentation but did not fine the information needed. Basically, I need the images on the front and back to be the same dimensions. Thank you.
UX design
Web frameworks
fromRaymondcamden
4 months ago

An Astro site for my CSS Snippets

A simple Astro site was created to organize and render frequently used CSS snippets, storing each tip as a separate Markdown file for quick reuse.
Web development
fromLogRocket Blog
4 months ago

Container queries in 2026: Powerful, but not a silver bullet - LogRocket Blog

Container queries enable components to adapt styling based on parent container context, allowing fine-grained responsive behavior beyond viewport-based media queries.
#web-development
#typography
fromTheregister
5 months ago

Novel clickjacking attack relies on CSS and SVG

Security researcher Lyra Rebane has devised a novel clickjacking attack that relies on Scalable Vector Graphics (SVG) and Cascading Style Sheets (CSS). Rebane demonstrated the technique at BSides Tallinn in October and has now published a summary of her approach. The attack, which has yet to be fully mitigated, relies on the fact that SVG filters can leak information across origins, in violation of the web's same-origin policy.
Information security
Web development
fromCSS-Tricks
5 months ago

Scrollytelling on Steroids With Scroll-State Queries | CSS-Tricks

Scroll-driven storytelling leverages ancient scroll practices to create immersive narratives while modern CSS-based scroll-driven animations enable smoother, more accessible interactive design.
Web development
fromTreehouse Blog
5 months ago

Front-End Web Development: Build and Design Interactive Websites

Front-end development enables creation of visual, interactive websites using HTML, CSS, and JavaScript and offers an accessible path for beginners.
[ Load more ]