Laying out a definition list to look like a telephone directory requires 2 lines of CSS using grid.
Continue readingDefinition List with CSS GridCategory Archives: HTML/CSS
RGB Values as CSS Variables
I was working on a site that was color-coding project types and there was a need to use one color with varying opacity per project type. For the full opacity colors, I could use the hex value, the rgb syntax, or the rbga syntax with “1” as the opacity. But with so many style declarations […]
Continue readingRGB Values as CSS VariablesImages not Scaling Correctly in Flexbox Containers
I had a situation where images in flexbox containers were not behaving responsively, in that they did not scale proportionately depending on viewport width.
Continue readingImages not Scaling Correctly in Flexbox ContainersThe Petfinder Module – Version 3.3.0
Petfinder 3.3.0 introduced the Polaroid Effect option thanks to a recommendation from my good friend at GrimeyMedia. You can check it out on the demo page. Once the Polaroid Effect is enabled, a site administrator has the ability to set the maximum degree of rotation for each pet card. The range is between 1 and […]
Continue readingThe Petfinder Module – Version 3.3.0<wbr> tag not supported in Mac Firefox
The <wbr> tag is a nifty piece of markup introduced in HTML5, that specifies where in a text it would be okay to add a line-break. Unfortunately, Firefox on Macs do not support the <wbr> tag.
Continue reading<wbr> tag not supported in Mac Firefox