MyStyles.css

From Engineering Policy Guide
Revision as of 12:36, 14 February 2025 by Hoskir (talk | contribs) (Replaced content with " .mycontainer { width:100%; overflow:auto; } .mycontainer div { width:33%; float:left; }")
Jump to navigation Jump to search

.mycontainer {

 width:100%;
 overflow:auto;

} .mycontainer div {

 width:33%;
 float:left;

}