Web Development

Web Development Latest News

css-tricks.com

Composition in CSS

CSS is a composable language by nature. This composition nature is already built into the cascade. We simply don’t talk about composition as a Big Thing because it’s the nature of the language.

css-tricks.com

Getting Creative With Quotes

How do you design block quotes and pull quotes to reflect a brand’s visual identity and help tell its story? Here’s how I do it by styling the HTML blockquote element using borders, decorative quote marks, custom shapes, and a few unexpected properties.

css-tricks.com

Bringing Back Parallax With Scroll-Driven CSS Animations

Parallax is a pattern in which different elements of a webpage move at varying speeds as the user scrolls, creating a three-dimensional, layered appearance. It once required JavaScript. Now we have scroll-driven animations in CSS, which is free from the main-thread blocking that can plague JavaScript animations.