MyStyles.css: Difference between revisions

From Engineering Policy Guide
Jump to navigation Jump to search
No edit summary
Tag: visualeditor-switched
No edit summary
Line 1: Line 1:


.mycontainer {
.my0 {
   width:100%;
   width:100%;
   overflow:auto;
   overflow:auto;
}
}
.mydiv {
 
.my1 {
   width:33%;
   width:33%;
   float:left;
   float:left;
}
}

Revision as of 12:44, 14 February 2025

.my0 {

 width:100%;
 overflow:auto;

}

.my1 {

 width:33%;
 float:left;

}