Skip to content

Conversation

@marinalendt-png
Copy link

Copy link
Contributor

@HIPPIEKICK HIPPIEKICK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What a cute design! Not that I’m a designer but I’d probably go with some more padding in the text cards 😇

Well done implementing CSS Grid and Flexbox! Just make sure your hamburger menu is closable.

Change request

  • Make sure hamburger menu is closable on small phones

Comment on lines +20 to +23
<li><a href="#">Home</a></li>
<li><a href="#">Our history</a></li>
<li><a href="#">Find us</a></li>
<li><a href="#">Contact</a></li>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remember to indent!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can´t change this? When I redo it, VSC saves this version. Am I doing anything wrong?

Comment on lines +97 to +101
<label class="radiobutton-container">
<input type="radio" name="answer">
<span class="custom-radio"></span>
<span>I accept that my information is being stored.</span>
</label>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not the most common input type for asking for acceptance. Radio buttons are used when the user should pick one of multiple options. When you only have one radio button it's impossible to "uncheck" it. I think you'd be better of with a checkbox in this case 😊

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ofcourse! Silly me 😉 Should I change this now or just think about for next time?

@marinalendt-png
Copy link
Author

Thank you for the input Matilda! Now the hamburger SHOULD work 🥳

@marinalendt-png marinalendt-png marked this pull request as draft October 9, 2025 07:56
@JennieDalgren JennieDalgren marked this pull request as ready for review October 9, 2025 09:00
Copy link

@JennieDalgren JennieDalgren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants