容器背景和中心冲突

时间:2014-02-25 10:24:30

标签: css css3

大家好我需要帮助可以有人为我安排这个我只需要一个容器的背景和其他潜水班的位置在同一个位置我想放一个不会改变另一个潜水位置的背景以中心为中心的课程

body {
    background: #111 url(img/bg.jpg) repeat-y center top;
    color: #BBB;
    font: normal 68.5% "Lucida Sans Unicode",sans-serif;
}

.container {
    height: 200px;
    width: 400px;
    margin: 150px auto;
}


#welcome {
    position:relative;
    right:60px;
    top:25px;
}

#login {
    position:relative;
    left:290px;
    top:75px;
}


.loginform {
    width: 130px;
    height: 100px;
    padding: 10px;
    position: relative;

    box-shadow: 
        0 0 2px rgba(0, 0, 0, 0.3), 
        0 0 2px rgba(0, 0, 0, 0.3), 
        inset 0 0 rgba(255,255,255,1),
        inset 0 -1px 2px rgba(0,0,0,0.25);
    border-radius: 5px;
    background: linear-gradient(#eeefef, #F58517 2%);
}

0 个答案:

没有答案