David Hernandez

Results 6 comments of David Hernandez

Perhaps adding a "Selected" flag on the corner? Like this: ![image](https://github.com/TheOdinProject/theodinproject/assets/52906616/f33c5428-e15e-4036-ad06-258bb86ff5dc) I think @drewstroshine idea is also cool.

> I like the idea of both the lone "continue" button _and_ the "selected" badge (either placement looks 🔥) I like that idea too

I see there's no one assigned to this issue, I'll be happy to work on this

I'm able to reproduce this issue on Chrome and Safari (MacOS), the broken links: - Foundations course - HTML and CSS - Javascript - NodeJS

```html Firstname ```` ```css .control-group:has(input:focus) label{ color: red; } ``` You can check this post: [On input focus change color of label. How?](https://stackoverflow.com/questions/21154616/on-input-focus-change-color-of-label-how)