Sunday, 25 October 2015

sample css file for html and php page

body{
    margin:0;
   // text-align: center;
 
}

.page-wrap {
  text-align: left;
  max-width: 920px;
  min-width: 920px;
  margin: 0 auto;

  color: #cccccc;
}


.main-table {
    width: 920px;
}

.header {
    height: 100px;
    background-color: lightgoldenrodyellow;
}

.menu {
    height: 20px;
    background-color: yellowgreen;
    padding: 10px;
    color: white;
}
.banner {
    height: 300px;
 
}

.banner img{
    height: 300px;
}

.footer {
    height: 65px;
    background-color: blue;
    color: white;
    text-align: center;
}
.width33{
    width: 33.33%;
}
.width100{
    width: 100%;
}

.logo{
    height: 100px;
}

.pull-center{
    text-align: center;
}

.pull-left{
    text-align: left;
}

.pull-right{
    text-align: right;
}

td {
    vertical-align: top;
}

.height429{
    height: 429px;
    width: auto;
    color: #cccccc;
}

.pad5{
    padding: 5px;
}

.height300{
    height: 300px;
 
}

.height200{
    height: 200px;
}
.width40{
   width: 40%;
}
.width60{
    width: 60%;
 
}
.width20{
    width: 20%;
}
    Created on : Oct 23, 2015, 5:14:41 PM
    Author     : jitendra


No comments:

Post a Comment