Welcome to
ReDI School Munich - Spring 2021
Well...
...and we still do!
In order to change the type of the box we use the display property
.block {
display: block
}
.inline {
display: inline
}
More on display propertyThese properties apply only to the content!
width + padding + border = actual width of an element
height + padding + border = actual height of an element
DEMO!
.border-box {
box-sizing: border-box;
}
.content-box {
box-sizing: content-box;
}
No homework today (yey!) – but wait for that 👀
Mixed homework will be given on Thursday 👍