MyStyles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: visualeditor-switched |
No edit summary |
||
| Line 10: | Line 10: | ||
} | } | ||
.your_div_id { | |||
width: 855px; | width: 855px; | ||
margin:0 auto; | margin:0 auto; | ||
text-align: center; | text-align: center; | ||
} | } | ||
Revision as of 12:48, 14 February 2025
.my0 {
width:100%; overflow:auto;
}
.my1 {
width:33%; float:left;
}
.your_div_id {
width: 855px; margin:0 auto; text-align: center;
}