8.) CSS Shapes: The border-box value

Опубликовано: 02 Ноябрь 2024
на канале: Brian Treese
71
5

In this video, we’ll explore using the border-box value with the shape-outside function. This value defines the shape’s position based on the outer edges of the container’s borders. We'll break down how adjusting borders affects the size and flow of content around shapes. We'll also look at how box-sizing can affect how shapes are sized too.

------------------------------------------------------------------------------

🔗 Demo Links:
https://codepen.io/brianmtreese/pen/e...
https://codepen.io/brianmtreese/pen/Y...


------------------------------------------------------------------------------

📖 Chapters:
0:00 – Introduction
0:30 – Adding the border-Box value
1:38 – How box-sizing affects how shapes are drawn

------------------------------------------------------------------------------

#css #cssshapes #coding