Tagged "css"
Solved by CSS Scroll-Driven Animations: Detect if an element can scroll or not
Because Scroll-Driven Animations are only active when there is scrollable overflow, it is possible to use them as a mechanism to detect if an element can scroll or not.
Detecting Hover-Capable Devices
With a greater proliferation of devices than ever before, we developers can no longer rely on viewport size as the factor that determines the styles we serve up to our website users.
Accordion with CSS3
Today we’ll experiment some more with the adjacent and general sibling combinator and the :checked pseudo-class. Using hidden inputs and labels, we will create an accordion that will animate the content areas on opening and closing.
Comic Book FX Lettering with SVG Filters
Comic-book style text effects with SVG
Creating Responsive Shapes With Clip-Path And Breaking Out Of The Box – Smashing Magazine
Making shapes with clipping paths in CSS
CSS character escape sequences
Escaping special characters in CSS
12 Little-Known CSS Facts
Some lesser known CSS features
Flexbox Bar Navigation Demo
Flexbox navigation example