Read about "css"
Animate SVGs with CSS
July 11, 2020I recently had to work around animating an SVG in a project I'm working on, and you know what? I really liked it, so I thought I would share it with you all. In the future, I will post the actual page where I worked on the animation, but at the moment it's secret 🤫. Let's sta... Read more →
CSS Box Model
February 10, 2020When I do interviews for Frontend positions, I find myself very often asking the same question. > Can you tell me what the CSS Box Model is? And most of the time, I get either a wrong answer or a very confusing one. I feel like CSS Box Model is something every Frontend develo... Read more →
Detect color scheme with CSS
February 4, 2020Dark and Light modes are becoming increasingly popular. Today, many websites implement a switch that changes the color scheme from a light to a darker one and the other way around. Giving your users this option is very beneficial for accessibility, as some people experience he... Read more →
React performance with CSS
October 9, 2019There are a lot of different ways to do CSS with React, and the library itself is not opinionated on how you do so, instead, it’s you, the developer, who decides what to use. Reality is, that if you look for “Stying a React App” in google, it will come up with hundreds of artic... Read more →
