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 |
How you will create rounded corners using css3?
How does css hover work?
What are new features in css3?
What is the cascading order of the three types of css?
What rgba stands for in css3?
What is css linear-gradient() function?
How to group css definitions together?
What is the word wrap/word wrapping in css3?
How do you write a class in css?
What is hover color?
What are contextual selectors?
What does * mean in css?