How to center align a div inside another div?
Use the "inline-block" value of the display property to display the inner <div> as an inline element as well as a block. Set the text-align property on the outer <div> element to center the inner one.
Is This Answer Correct ? | 0 Yes | 0 No |
What are the disadvantages of using css preprocessors?
Why flex is used in css?
How do you override the underlining of hyperlinks?
What are css variables?
What is a tag selector?
Define Image sprites with context to CSS ?
What are the text properties?
How to write css for 3rd child of every <ul> tags?
What are the new selectors in css3?
What is the use of box-shadow in css?
Explain how flexibility is achieved more in css3?
What is default box sizing?