DWR.IO

In: CSS

CSS Display Contents

December 28, 2024

The display: contents; rule tells CSS to skip the targeted element in layout calculations, treating its children as direct children of the parent...

Read note →

CSS Feature Queries

April 3, 2023

Feature queries in CSS allow you to test whether a particular feature is supported by the browser before applying styles that use that feature...

Read note →

WCGVL 2018 - Getting Started with CSS Grid

April 4, 2018

A few weeks ago, I gave a presentation at WordCamp Greenville on CSS Grid Layout.

Read note →

Using CSS Custom Properties

January 6, 2018

CSS Custom Properties, also commonly referred to as CSS Variables, is a specification that allows you to declare a property and use it later on in your stylesheet. This works similar to how you would declare a variable with a preprocessor.

Read note →

JavaScript and Media Queries

December 5, 2012

When developing a responsively designed web site, it is likely that you will come across a situation where you will want to selectively execute a JavaScript callback based on a media query comparison. For example, you may want to alter your menu layout for small-screen devices.

Read note →
← All notes