Div
Div
[[div style="background-color:black;color:white;"]]
Div
[[/div]]
Div
Floating Divs
Divs can be floated left or right using CSS.
[[div style="float:right;"]]
Div right
[[/div]]
[[div style="float:left;"]]
Div left
[[/div]]
Centering Divs
[[div style="background-color:black;color:white;width:100px;margin-right:auto;margin-left:auto;"]]
centered div
[[/div]]
centered div
Creating Columns
To Do
- Empty sections
- General explanations
- Difficulty in using divs
Related Pages
Categories: Content : Wiki Syntax : Wiki Guide |