MyStyles.css: Difference between revisions

From Engineering Policy Guide
Jump to navigation Jump to search
Replaced content with " .mycontainer { width:100%; overflow:auto; } .mycontainer div { width:33%; float:left; }"
Tag: Replaced
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
.my0 {
.mycontainer {
   width:100%;
   width:100%;
   overflow:auto;
   overflow:auto;
}
}
.mycontainer div {
 
.my1 {
   width:33%;
   width:33%;
   float:left;
   float:left;
}
.your_div_id {
  width: 855px;
  margin:0 auto;
  text-align: center;
}
}

Latest revision as of 12:59, 14 February 2025

.my0 {

 width:100%;
 overflow:auto;

}

.my1 {

 width:33%;
 float:left;

}

.your_div_id {

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

}