css如何设置标题与内容的距离 ?

html-css028

css如何设置标题与内容的距离 ?,第1张

方法1、标题和内容之间加一个换行 <br />

方法2、标题设置css行高 {line-height:100px}

方法3、内容设置css{margin-top:40px}

方法4、标题设置css {margin-bottom:40px}

用table给 通报名称 那一行加一个th标签就可以居中。

如果不用table,用div或者其他标签的话你可以在最外层加一个下边框:

border-bottom: 1px solid red

然后里面每一项,比如说是li,就给li加样式:

height: 30px

    line-height: 30px

    text-align: center