死在另一个div内的div中心

时间:2014-10-09 14:39:00

标签: html css css3 center

我需要你的帮助,

如何将div在另一个div中居中,在页面上水平和垂直?

到目前为止,我已设法将我的div水平居中。

这里是有问题的HTML标记

<!DOCTYPE html>

<html>

<head>

</head>


    <div style="width: 100%; height: 100%; background: rgb(253,223,224);">

        <div style="width: 100%; margin: 0 auto; text-align: center;">

                   some text here

        </div>

    </div>

</body>

</html>

0 个答案:

没有答案