by Gene Crawford | May 27, 2025
simple gradient generator
by Gene Crawford | May 20, 2025
Master the power of CSS3’s :root selector to simplify global styling, boost maintainability, and unlock dynamic, responsive designs.
by Gene Crawford | May 14, 2025
Let’s play a game. I’ll hide a button using different techniques in HTML and CSS, and you have to guess whether it’s still focusable.
by Gene Crawford | May 13, 2025
Look at this CSS and take a guess what color our text will be. No tricks, this is the only relevant code:
by Gene Crawford | May 8, 2025
Drawing separator lines between various sections of a webpage is a common design technique, which can help to structure the content and make it more readable, as well as more aesthetically pleasing. As we’ll see in this article, there are techniques you can use today...