Open imahdio opened 2 years ago
I'm aware of these five main box properties only. Could you state other properties as well? Box model contains the box properties.
I'm aware of these five main box properties only. Could you state other properties as well? Box model contains the box properties.
As I denoted in this code snippet , these are some of possibilites:
I'm sure the instructor said that about the basic ones. I think we have more than five as mentioned.
@imahdio the CSS box model is a container that contains multiple properties including borders, margin, padding, and the content itself. It is used to create the design and layout of web pages. It can be used as a toolkit for customizing the layout of different elements.
Thank you! :)
I'm studying The box model properties lesson from here. and this is related summary for that lesson based my understanding. but still curious to know other study friends opinion...
in following image , why does instructor claim that there are 5 CSS box properties?! because based this code snippet , there are many other posibilites for CSS box properties.
Did she only try to say , those are most common and important properties but mistakenly claimed that?