imahdio / CSS-Essential-Training

3 stars 2 forks source link

how many CSS box properties are there?!! #9

Open imahdio opened 2 years ago

imahdio commented 2 years ago

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?

image

DevanshThakkar commented 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.

imahdio commented 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.

As I denoted in this code snippet , these are some of possibilites:

MBEDOBE commented 2 years ago

I'm sure the instructor said that about the basic ones. I think we have more than five as mentioned.

https://www.htmlhelp.com/reference/css/box/

nurulaisyah61 commented 2 years ago

https://twitter.com/Prathkum/status/1479797429838835713?s=20

vidhisharma001 commented 2 years ago

@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! :)