怎麼樣用 CSS 做到像下面這樣的效果?
代碼:
<p style="margin-top:0; margin-bottom:0;">第一行</p>
<p style="margin-top:0; margin-bottom:0;">第二行</p>
<p style="margin-top:0; margin-bottom:0;">第三行</p>
我在 style.css 裡的 .entry-content 打上:
代碼:
.entry-content {
font-size: 1.5em;
margin-top: 0;
margin-bottom: 0;
}
都沒有效果.....