4 followers
I like problem solving and making things pretty. I also like red.
A few months ago I wrote some fireworks using SCSS and JavaScript. But I thought, what if you could have fireworks on cue, where you click? Today is 1st May, which is a national holiday in many countries, so it seems like a good day for some firework...
This is a cool thing I saw on Kevin Powell's YouTube channel, and then actually used! The cool thing is that if you have a grid child with position absolute, you can use the grid to position it. Let me show you what I mean. The HTML <div class="grid"...
I've known for a long time that centring an absolutely positioned div requires writing: top: 50%; left: 50%; translate(-50%, -50%); but until this week I never considered how it works. I found out by accident and it's so obvious once you know. It's ...
Imagine you have a design that involves moving a div upwards so it ends up partially covering the div above it. There are a lot of different ways of doing this, so let's have a look at them and see how they differ. Set up Here's how I've set this up,...
I'm a junior front end developer at a small company. Most of my work is on Drupal sites, but I also do some on WordPress sites, and some sites that use neither. First thing I start off by checking Slack. There are channels on there for specific proje...
Inspired by a post by Cassidy Williams, here's what I use. Work I tried out a few to do lists in the browser and picked Todoist. The reason I chose a browser based one is because I always have one open, so then it's just another tab, rather than yet ...