-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull Request Funda project #20
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Rutger,
Afgezien van de comment heb ik nog een paar puntjes:
- let op de uitlijning van de elementen. Met
flex
kan je heel makkelijk elementen centreren. - je hebt grid toegepast, maar er zijn nog verbeteringen in te maken. Zo kan je bij de afbeeldingen de hoofd-afbeelding kunnen spreiden over 4 kolommen
- Het makelaarsblok mist.
Verder goed werk afgeleverd!
<div id="form_container"> | ||
<form> | ||
<div> | ||
<label>Postcode</label> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Zorg ervoor dat je input
een id
hebben, dan kan je je label via een for
attribute linken aan dat input. Zo kunnen assistive tools een juiste naam geven aan het element.
</a> | ||
</div> | ||
<div id="tablet_nav"> | ||
<details name="name" class="tablet_nav_details"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probeer één navigatie te hebben en deze aan te passen met css om het responsive te maken. Nu heb je verschillende secties voor verschillende screen sizes, dat maakt het weer moeilijker te onderhouden en/of aan te passen.
<img src="assets/Logo.svg" alt="Funda Logo"> | ||
</a> | ||
<div id="mobile_nav"> | ||
<details> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
waarom gebruik je hier een <details>
element?
@larsdouweschuitema @rinux55