05_introduction-to-css-box-model
Last updated
Was this helpful?
Last updated
Was this helpful?
The CSS box model is a rectangular layout paradigm for HTML elements that consists of the following:
Content - The content of the box, where text and images appear
Padding - A transparent area surrounding the content (i.e., the amount of space between the border and the content)
Border - A border surrounding the padding (if any) and content
Margin - A transparent area surrounding the border (i.e., the amount of space between the border and any neighboring elements)
Please watch the following videos:
Please complete the following excersises:
After completing the excersises, please fill in the following form and submit your work so that we can know your progress:
If you don't have an account on , please create one and familiarize yourself with the platform. Then complete all the challenges provided in the excerises section below and submit your work.
.
If you spot any bugs or issues in this activity, you can