php中文网 | cnphp.com

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
搜索资源  
php中文网 | cnphp.com 资源中心 源码 web开发 Dead Centre a DIV: Dead Centre a DIV.txt

Dead Centre a DIV: Dead Centre a DIV.txt

 

Dead Centre a DIV:
Taken from Dead Centre. Adjust #content depending on the size div you need.

body
        {
        margin: 0px
        }

#horizon        
        {
        color: white;
        background-color: #0ff;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 0px;
        width: 100%;
        height: 1px;
        overflow: visible;
        visibility: visible;
        display: block
        }

#content   
        {
        position: absolute;
        left: 50%;
        width: 250px; /* Overall width of div */
        height: 70px; /* Overall height of div */
        top: -35px; /* half of the overall height */
        margin-left: -125px; /* half of the overall width */
        visibility: visible
        }

QQ|php中文网 | cnphp.com ( 赣ICP备2021002321号-2 )

GMT+8, 2024-5-10 07:27 , Processed in 0.167839 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.4 Licensed

Copyright © 2001-2020, Tencent Cloud.

申明:本站所有资源皆搜集自网络,相关版权归版权持有人所有,如有侵权,请电邮(fiorkn@foxmail.com)告之,本站会尽快删除。

返回顶部