SlideShare a Scribd company logo
1 of 51
Download to read offline
Terugblik Module 3
HTML module 33.7 Terugblik module3
Terugblik
HTML module 33.7 Terugblik module3
HTML module 3
Indelen in submappen
3.7 Terugblik module3
Gebruikt juiste bestandsnamen
1e pagina altijd index.html of
index.php
HTML module 3
Basispagina html met juiste indeling
3.7 Terugblik module3
HTML module 33.7 Terugblik module3
Hoe werkt Flexbox
property
Display: flex
Parent
=
Flex Container
Childeren
=
Flex Items
flex-flow
justify-content
align-content
align-items
HTML module 33.7 Terugblik module3
Childeren
=
Flex Items
property
order:
flex:
align-self
direction:
HTML module 33.7 Terugblik module3
Flex-container maken!
HTML module 33.7 Terugblik module3
Flex toevoegen aan css
HTML module 33.7 Terugblik module3
Flexdirection Row
flex-direction:
row
row-reverse
HTML module 33.7 Terugblik module3
Flexdirection Column
flex-direction:
column Column-reverse
HTML module 33.7 Terugblik module3
Breedte flex child-element
door flex laten bepalen.
flex:
1 t/m …..
HTML module 33.7 Terugblik module3
Flex: verschillende breedtes
Flexbox berekent zelf het geheel door 7 en bepaalt de breedte
d.m.v. het getal achter flex:
HTML module 3
Flex-wrap
flex-wrap:
wrap
wrap-reverse
3.7 Terugblik module3
no-wrap (default)
no-wrap (default)
HTML module 3
Flex-wrap
flex-wrap:
wrap
wrap-reverse
3.7 Terugblik module3
no-wrap (default)
wrap
Bij het verkleinen van het scherm gaan
de flex-items automatisch naar de volgende rij
HTML module 3
Flex-wrap
flex-wrap:
wrap
wrap-reverse
3.7 Terugblik module3
no-wrap (default)
wrap-reverse
Bij het verkleinen van het scherm gaan de
flex-items reverse automatisch naar de
volgende rij
HTML module 3
order
order:
1 t/m ..
3.7 Terugblik module3
Met order kun je bepalen
waar je een item wil plaatsen in een row/column
HTML module 33.7 Terugblik module3
HTML module 33.7 Terugblik module3
align-items:
flex-start(default)
flex-end
center
stretch
align-items
Dit definieert hoe flex-items geplaatst
worden op cross-axis
baseline
HTML module 3
align-items Column
3.7 Terugblik module3
HTML module 33.7 Terugblik module3
justify-content:
flex-start(default)
flex-end
center
space-between
justify-content
Dit definieert hoe flex-items geplaatst
worden op de main-axis
space-around
space-evenly
HTML module 33.7 Terugblik module3
justify-content:
flex-start(default)
flex-end
center
space-between
space-around
space-evenly
justify-content
HTML module 33.7 Terugblik module3
HTML module 33.7 Terugblik module3
flex-basis
flex-grow
flex-shrink
3.7 Terugblik module3
Eigenschappen toepassen op flex-items
Voor meer controle op flex-items kunnen deze d.m.v.
de volgende 3 eigenschappen direct targetten.
HTML module 3
Eigenschappen toepassen op flex-items
3.7 Terugblik module3
Eigenschappen toepassen op flex-items
flex-grow flex-shrinkflex-basis
3.7 Terugblik module3
3.7 Terugblik module3
flex-basis
Flex-basis houdt de breedte van de items
op 100px als het scherm onder de 300px
komt gaat de laatste naar de volgende
rij.
Eigenschappen toepassen op flex-items
flex-grow flex-shrinkflex-basis
3.7 Terugblik module3
HTML module 33.7 Terugblik module3
flex-grow
3.7 Terugblik module3
flex-grow flex-shrinkflex-basis
HTML module 33.7 Terugblik module3
flex-shrink
HTML module 33.7 Terugblik module3
flex-shrink
3.7 Terugblik module3
flex-grow flex-shrinkflex-basis
Shorthand
HTML module 3
property
display: grid
grid-template-columns
grid-template-rows
css-grid
3.7 Terugblik module3
HTML module 33.7 Terugblik module3
Columns Grid eenheden
Te gebruiken eenheden voor columns
• fr (flex grootte)
• Percentage
• VW
• PX
• Points
• En andere
HTML module 33.7 Terugblik module3
repeat();
Repeat kan gecombineerd worden!
HTML module 33.7 Terugblik module3
rows toevoegen Grid
grid-template-rows
rij1
rij2
HTML module 33.7 Terugblik module3
Te gebruiken eenheden voor rows
• fr (flex grootte)
• Percentage
• VW
• PX
• Points
• En andere
rows eenheden
HTML module 33.7 Terugblik module3
Column/row start-end
grid-column-start
grid-column-end
grid-row-start
grid-row-end
HTML module 33.7 Terugblik module3 Column start-end
grid-column-start grid-column-end
Start met grid van 5 columns en
4 rijen verdeeld over het scherm!
HTML module 33.7 Terugblik module3 Column start-end
grid-column-start grid-column-end
HTML module 33.7 Terugblik module3 row start-end
grid-row-start grid-row-end
HTML module 33.7 Terugblik module3 row start-end
grid-row-start grid-row-end
Cols en rows een naam geven
en gebruiken!
HTML module 33.7 Terugblik module3
justify-self:
start
end
stretch
center
justify-self
HTML module 33.7 Terugblik module3
align-self:
start
end
stretch
center
align-self
HTML module 33.7 Terugblik module3
column-gap row-gap
HTML module 3
justify-items start
end
center
stretch
Wordt verwerkt in gehele grid!
3.7 Terugblik module3
HTML module 3
justify-items
start
end
center
stretch
3.7 Terugblik module3
HTML module 3
align-items start
end
center
stretch
Wordt verwerkt in gehele grid!
3.7 Terugblik module3
HTML module 3
align-items
start
end
center
stretch
3.7 Terugblik module3
Eindcase t.b.v. cijfer blok3
HTML module 3
Maak met behulp van de stof uit blok3 een (responsive)
webapplicatie over 1 van de volgende onderwerpen.
(als je mij wilt verbazen maak dan je eigen CMS d.m.v.
php/mysql) en javascript t.b.v. interactie)
• Hulpmiddelen t.b.v. online onderwijs
• Jouw eigen portfolio
• Het corona virus
• Games
Lever het geheel als zip/rar bestand in bij de opdracht
van deze les in teams.
Inleveren uiterlijk dinsdag 6 april 2020
3.7 Terugblik module3

More Related Content

Featured

How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
ThinkNow
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
Kurio // The Social Media Age(ncy)
 

Featured (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

3.7 terugblik module 3