demo50-版心居中
Posted huaibin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了demo50-版心居中相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> div{ width: 1000px; height: 300px; background: pink; /* 版心居中: auto叫版心居中,顺时针方向.第一个数字是top的值 * */ margin: 100px auto; } </style> </head> <!--版心居中--> <body> <div> 刘瑞:好好的学习,看脸世界,并不属于这个世界 </div> </body> </html>
演示效果:
以上是关于demo50-版心居中的主要内容,如果未能解决你的问题,请参考以下文章
CSS课程网站 Banner 制作 ② ( Banner 栏版心盒子测量 | Banner 版心盒子模型左侧导航栏代码示例 )