Kristian Haug
@klhaugAll solutions
Four Card Feature Section //. HTML & CSS
PSubmitted 5 days agoJust looking over the code and spotting any suboptimal solutions, and pointing the out. Especially accessibility.
Product Preview Card // HTML & CSS
PSubmitted 13 days agoHow could I make this card even more accessible?
Recipe Page // HTML & CSS
PSubmitted 15 days agoWas my choise for semantic HTML OK? I'm trying to work on my accesibility-skills.
Social Links Profile // Vanilla HTML & CSS
PSubmitted 20 days ago- Is it good semantic html to keep the <a> inside the <p>?
- How do i use the transition-property to make the background-color change back to grey smoothly? I apply the transition on my .primary-button, but the it transitions the entire button causing a layout-shift.
Blog Preview Card // Vanilla HTML & CSS
PSubmitted 23 days agoProperly understanding then hierarchy of priorities within CSS, and properties affect eachother, especially when it comes to sizing.