Archive of: 2020
-
Wii Menu Part 2
July 13 2020
I'm working a bit more on the Wii menu today. I've styled a few things and practiced using object-fit to see if it will be useful in the menu. I have a feeling background-images may be a better solution overall, but I'll find out later. -
Wii Menu Part One
July 12 2020
I'm going to take a shot at recreating the Wii menu using CSS, SVG, and HTML. I'm hoping I can do it without using any JavaScript, but I'll see further down the road. Can't do a lot with it today, so I'm just doing a bit to get things started. -
Quick Grid Practice
July 11 2020
Just a quick bit of grid practice today. -
min content max content practice
July 10 2020
I rewatched a Layout Land video on min-content and max-content and wanted to do a quick refresher. -
Z-index Practice
July 9 2020
I wanted to see how overlapping text might look while animated only using z-index. I'll need to do more practice to get this type of animation looking better. -
Outline Practice
July 8 2020
I wanted to play with outline-style today and create a quick way for me to double check how the styles display. -
Text Overflow Practice
July 7 2020
I made some tweaks to this website today and one of those tweaks involved the use of the text-overflow CSS property. I worked with a bit in the past, but was surprised when I didn't find it in Eric Meyer's most recent CSS Pocket Reference. It looks like it is a fairly new property, but it has some interesting uses. -
Adjacent selectors and headers
July 6 2020
I'm doing another bit of practice via my phone, so today's is a little light. It feels like a good thing to practice though. After listening to the episode of Smashing Podcast about CUBE CSS, I know there's a lot of useful techniques I need to learn. -
More List Styling Practice
July 5 2020
Today I ran across some great CSS tips and one of those tips mentioned the ::marker selector. I haven't worked with it before, so I thought I'd do some more practice with list styles. -
List Style Practice
July 4 2020
I very rarely modify list styles, so I thought it would be good to do a quick refresher. Turns out there are a LOT more options these days. I'll need to do another one at a later time.