Does margin-top or margin-bottom have an effect on
inline elements?
Answer Posted / hrpynux@gmail.com
Top and bottom margins do not affect inline elements because inline elements flow with content on the page. You can set left and right margins/padding on an inline element but not top or bottom because it would disrupt the flow of content.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is linear-gradient() used in css3?
What is css4?
Should you use ids in css?
What are child selectors??
Can I use scss in css?
How to write css for 3rd child of every
What is css font family?
What are css properties?
Can you write css in html?
What is the difference between css and css3?
What are different ways to integrate a css into a web page?
How CSS style overriding works?
What is the difference between the html and css?
What is gradient in css3?
Give an example of how you would use counter-increment and counter-reset in css to create automatic numbering within a webpage.