Articles in “HTML & CSS”
-
Polypane 9.1: Form autofilling, fast overview screenshot and a11y overlays
Polypane 9.1 comes with new features to quickly test forms, a much faster and robust overview screenshot feature, support for the INP web vital and a new way to show the heading and landmark structure inside the panes… Read Full Article
-
Fun Parallax Scrolling CSS
Journey through the parallax scrolling CSS effects featured on our Matterday project! Read Full Article
-
Internet Explorer Still Does Not Go Away Today
At the start of 2016 I wrote Internet Explorer Does Not Go Away Today because back then IE up to version 11 was being retired. But not Internet Explorer 11. I asked an AI (Neural Blender) to give me a picture of the Internet Explorer logo on fire. It’s al… Read Full Article
-
CSS shadow gradients
Generate gradients for your shadows with pure CSS. This generator makes it easy for you. Read Full Article
-
Mobile-first CSS: Is it time for a rethink?
Is mobile-first CSS always the best option? Patrick Clancey explores the pros and cons of the classic methodology, as well as when other solutions might work better. Read Full Article
-
Simplify your color palette with CSS color-mix()
CSS color-mix is an experimental function that blends two colors and can be used to simplify color palettes. You can define a color palette and theme without too much effort using CSS color-mix(). Read Full Article
-
Can I DevTools?
Can I DevTools is like Can I Use but for the browser devtools. It’s created and curated by Pankaj Parashar. Read Full Article
-
Please Give Me Some Space
There’s all kinds of ways to do that. Some more advisable and better-suited for certain situations than others, of course. Read Full Article
-
Obscure CSS: Implicit list-item counter
A few years ago I wanted to share one little-known CSS feature — a built-in `list-item` counter for ordered lists. But then there were a few browser issues preventing us from using it fully. Now, given that most of those bugs are fixed, we can try startin… Read Full Article
-
Dark mode toggles should be a browser feature
When implementing Dark Mode and ways to toggle it, developers currently need to duplicate code and roll their own toggle implementation. What if, instead, browsers would take care of all that? Read Full Article