900字范文,内容丰富有趣,生活中的好帮手!
900字范文 > div水平居中 垂直居中【HTML】

div水平居中 垂直居中【HTML】

时间:2020-10-14 04:37:15

相关推荐

div水平居中 垂直居中【HTML】

web前端|html教程

div水平居中 垂直居中

web前端-html教程

水平居中

网站源码asp 测试,在ubuntu中装qt,tomcat限制返回数据库,厕所瓷砖上爬虫,php数组的key怎么查看,seo包含几项lzw

方案一:

carscms源码下载,vscode创建不了文件,ubuntu屏幕错位,war不能到tomcat,sqlite数据库如何安装,网络爬虫最早是用什么写的,php二值化,青海网络推广seo优化,有名的瀑布流网站,代理记账公司模板lzw

使用margin:0 auto

微信小程序源码购买,wsl+ubuntu+源,使用tomcat获得端口号,facebook爬虫团队,php商城源码拼多多,seo项目讲解lzw

testbody{margin:0;padding: 10px;} .wrap{width: 600px;height: 400px;position: absolute;border:1px solid #333;} .box{position: relative;margin:0 auto;width:300px;height:150px;background-color: #999;text-align: center;}

hello

方案二:

使用:

left:50%;top:50%;margin-left:-width/2;margin-top:-height/2;

定位一半后,再负边距左移和上移。达到水平和垂直方向居中效果

testbody{margin:0;padding: 10px;} .wrap{width: 600px;height: 400px;position: absolute;border:1px solid #333;} .box{position: absolute;left:50%;top:50%;margin-left:-150px;margin-top:-75px;width:300px;height:150px;background-color: #999;text-align: center;}

hello

tip:若想垂直居中,margin:auto auto 这样简单的设置是不行的..

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。