 
      
    | You are here | bitsofco.de | ||
| | | | | coryrylan.com | |
| | | | | Learn how to use CSS Gap spacing with Flexbox and how to emulate support in browsers. | |
| | | | | bryanlrobinson.com | |
| | | | | Since the Web became a more beautiful place with the advent of CSS, there's always been a struggle in the use of more modern features of CSS with browsers who are either slower to adopt or more cautious in the way the implement features. There have been many potential solutions for this issue. | |
| | | | | joshcollinsworth.com | |
| | | | | CSS variables (otherwise known as CSS custom properties) give previously impossible superpowers to CSS developers. This post covers what they are, how they work, and a couple of nifty ways you can implement them on your own website. | |
| | | | | alexmuraro.me | |
| | | I have restyled my site slightly, and as you might have noticed, I added a theme selector in the top right corner. Using CSS variables, it is very easy to do and great fun too. Basically this works by setting a "root" with your default css variables :root { --background: #1B2B34; --text: #ffffff; } which [...] | ||