100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > html如何使表单在页面居中显示 html怎样将表单居中

html如何使表单在页面居中显示 html怎样将表单居中

时间:2024-04-07 18:03:45

相关推荐

html如何使表单在页面居中显示 html怎样将表单居中

html将表单居中的方法:首先表单外面加一个父标签fa;然后表单加一个类centered,代码为【

本教程操作环境:windows7系统、html5版,DELL G3电脑,该方法适用于所有品牌电脑。

html将表单居中的方法:

表单宽高不固定情况下,表单外面加一个父标签fa,表单加一个类centered

清除页面默认样式后(margin padding)

html,body{width: 100%;height: 100%;}

.fa {text-align: center;height: 100%;}

.fa:before {content: '';display: inline-block;height: 100%;vertical-align: middle;}

.centered {display: inline-block;vertical-align: middle;background: red;width: auto;}

相关学习推荐:html教程

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