Maximilian Dybvik
@RegexRiddlerAll solutions
Newsletter Sign-Up
#sass/scssSubmitted 10 months agoAny 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.
Product preview card component
Submitted 12 months agoI would like to get away from wrapping the text and price with button in divs in order to justify the spacing between them.
Recipe page
Submitted 12 months agoAny 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?
Social links profile
Submitted 12 months agoAll 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?
Blog Preview Card
Submitted 12 months agoAre 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?
QR code component using plain CSS and HTML
Submitted 12 months agoThis challenge is simple but my main concern is the semantics of HTML