How block elements can be centered with CSS1?
With css the way to center anything that's a block level element is with the margin property. One of the values of margin is auto and by setting auto on the left and right margin our block level element will center itself.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of css image sprites?
What does nth child mean in css?
How can we add icons to the web page?
What is sans serif in css?
What is css unicode-bidi property?
How do you center in css?
When did css 3 come out?
Is json a markup language?
Should you use ids in css?
What are difference between class selector and id selector?
What is the purpose of ex measurement unit?
Explain CSS grid layout with example?