MyStyles.css

From Engineering Policy Guide
Jump to navigation Jump to search

.my0 {

 width:100%;
 overflow:auto;

}

.my1 {

 width:33%;
 float:left;

}

.your_div_id {

 width: 855px;
 margin:0 auto;
 text-align: center;

}