Skip to content
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

Sections binnen je main tags. #1

Open
Siem-P opened this issue Sep 30, 2022 · 0 comments
Open

Sections binnen je main tags. #1

Siem-P opened this issue Sep 30, 2022 · 0 comments

Comments

@Siem-P
Copy link

Siem-P commented Sep 30, 2022

<main>
<div class="box-buurtbewoners">
<h2>Plant verzorgingstips van buurtbewoners</h2>
<div>
<div>
<img alt="" src="">
<p>“In de winter sproei ik mijn bananenplant 1x per week” - Anne, 65</p>
</div>
<div>
<img alt="" src="">
<p>“mijn cactus wil graag veel zonlicht maar weinig water” - Bert, 22</p>
</div>
<div>
<img alt="" src="">
<p>“Mijn Aloë Vera houd niet een laag water onder in de pot” - Samir, 65</p>
</div>
<div>
<img alt="" src="">
<p>“Een raam op het noorden wordt mijn monstera super blij van” - Barry, 80</p>
</div>
</div>
</div>
<div class="box-kom-langs-bij-oba">
<div>
<h2>Kom langs bij de ObA!</h2>
<p>➳ wissel planten verzorgingstips uit met buurtgenoten (di & do 12:00-14:00)</p>
<p>➳ volg een workshop plantenverzorging(vrijdag 18 oktober 2022 16:00-17:00)</p>
</div>
</div>
<div class="box-vind-jouw-plant">
<div>
<h2>Vind jouw plant</h2>
</div>
<div>
<p>plantenlijst A t/m Z</p>
</div>
<div>
<p>zoek op naam</p>
</div>
</div>
</main>

Kijk even naar de sectioning binnen je <main> </main> tags.
Misschien een section gebruiken per div waar je een class hebt bijgezet.

Hier een bron om iets verduidelijking te brengen. Tip om even naar part 13 te kijken.

https://css-tricks.com/how-to-section-your-html/

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

No branches or pull requests

1 participant