MyStyles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
.my0 { | .my0 { | ||
width:100%; | width:100%; | ||
| Line 8: | Line 7: | ||
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;
}