MyStyles.css: Difference between revisions
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 Tag: visualeditor-switched |
||
| Line 4: | Line 4: | ||
overflow:auto; | overflow:auto; | ||
} | } | ||
. | .mydiv { | ||
width:33%; | width:33%; | ||
float:left; | float:left; | ||
} | } | ||
Revision as of 12:42, 14 February 2025
.mycontainer {
width:100%; overflow:auto;
} .mydiv {
width:33%; float:left;
}