MyStyles.css: Difference between revisions

From Engineering Policy Guide
Jump to navigation Jump to search
No edit summary
No edit summary
Tag: visualeditor-switched
Line 8: Line 8:
   width:33%;
   width:33%;
   float:left;
   float:left;
}
#your_div_id {
  width: 855px;
  margin:0 auto;
  text-align: center;
}
}

Revision as of 12:47, 14 February 2025

.my0 {

 width:100%;
 overflow:auto;

}

.my1 {

 width:33%;
 float:left;

}

  1. your_div_id {
 width: 855px;
 margin:0 auto;
 text-align: center;

}