Sunday, March 1, 2015

Cool css

Quite cool stuff

#content
{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height:100%;
    background-color: #5AC8FA;
    border-radius: 20px;
    -moz-border-radius: 20px;
    
    
}

body
{
    background-color: #000000;
    margin:0;
    padding:0;
    height: 100%;

}

No comments:

Post a Comment