Devlog - 2025-10-04
🚀 What I Did
- Birthday Greeting card.
🧠 What I Learned
Pseudo-classes
- When it’s active.
- When it’s being hovered over by a mouse.
- When it’s the first child of a parent.
- When it’s the last child of a parent.
- When a link has been visited.
- When it’s disabled.
selector:pseudo-class {
/* CSS properties */
}
🔥 What’s Next
- Grids
| ← Previous | Next → |