11.
How can you set different margin values for each side of an element?
12.
In the CSS box model, which component surrounds the content and padding?
13.
What happens to an element's total size when padding is added?
14.
Which property can be used to set the width and height of an element, including its content, padding, and border?
15.
What happens to an element's total size when margin is added?
16.
Which property can be used to center an element horizontally on a webpage?
17.
What is the default value of the box-sizing property in CSS?
18.
How can you ensure that an element's width and height include padding and border, but not margin?
19.
Which property can be used to hide an element without affecting the layout of the page?
20.
How can you create a border with rounded corners for an element in CSS?