Maximilian Dybvik
@RegexRiddlerAll solutions
- Submitted 6 months ago
Newsletter Sign-Up
- HTML
- CSS
- JS
Any feedback is appreciated π
I added "autocomplete="email" autofocus" to my input field and I am not sure if this is bad practice, both for security reasons and for accessibility.
Secondly, whenever you type in an invalid email and try to submit, the button state gets "stuck" as active or focused, and I dont know how to prevent this.
- Submitted 7 months ago
Product preview card component
- HTML
- CSS
I would like to get away from wrapping the text and price with button in divs in order to justify the spacing between them.
- Submitted 8 months ago
Recipe page
- HTML
- CSS
Any feedback is appreciated.
- Is my code readable and maintainable?
- Is my use of the section element correct for this application?
- Anything that sticks out that i should fix or improve?
- Submitted 8 months ago
Social links profile
- HTML
- CSS
All of my links are "span" elements as children of a "div". Is it ok to use "span" when making call to action buttons or is the "button" element preferred?
- Submitted 8 months ago
Blog Preview Card
- HTML
- CSS
Are my HTML markup semantic and accessible? I used the clamp function to make my fonts size fluid, is there another, maybe better way to do this?
- Submitted 8 months ago
QR code component using plain CSS and HTML
- HTML
- CSS
This challenge is simple but my main concern is the semantics of HTML