CSS div Padding 入門教程

來源:互聯網
上載者:User

之前講得margin相反,這個是設計div,p等容器的內間距.他也分為padding-top,padding-bottom,padding-left,padding-right.四個屬性了,

下面我們來看一個padding的執行個體吧.

<html>
<head>
<style type="text/css">
td
{
padding-right: 10%
}
</style>
</head>
<body>

<table border="1">
<tr>
<td>
This is a tablecell with a right padding
</td>
</tr>
</table>

</body>
</html>

This is a tablecell with a right padding     


如果設定上,右,下,左的話可以這樣padding:1px,2px,3px,4px 等吧.

好了我們的padding教程就完些結束了,轉載的朋友請註明來自www.111cn.net/cssdiv/css.html 哦,

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.