🗓️ June 17, 2025 – Tuesday Grind

💪 #Beyond365DaysOfCode Day 170
🔥 #100DaysOfCode Day 170
🎯 #TheOdinProject • #Codecademy • #BuildInPublic

✅ Daily Highlights:
📖 freeCodeCamp News – 1 article
🧠 Daily.dev – 1 article
📌 Trello board updated
🎨 Codecademy: CSS position mastered

Staying consistent. Sharpening skills.
One block, one tag, one day at a time.

#CodeEveryDay #DevJourney #SelfTaughtDev #CSSisFun #LearningInPublic

One of my most favorite things about the modern web is that I can use proper numerals in tables, even when I prefer old-style numerals in text by specifying:

table {
font-variant-numeric: lining-nums tabular-nums;
}

#cssIsFun