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 |
List some advantages to css3 animations over script-based animation?
What is class in html and css?
How do you change font in css?
explain CSS box model?
How to create rounded corners?
What are two valid techniques used to clear floats?
Mention a few benefits of using css sprites.
What is a css selector selenium?
How do I have links of different colors on the same page?
How will you target an h2 and h3 with the same styling?
What is style sheet and its types?
How to style table cells?