Definition Lists
- Room 1
- Baggins B.
- Room 2
- Potter H.
Weasley R.
Grainger H. - Room 3
- Bear P.
- Room 4
- Beaker T.
Code
[[module css]]
dl {
border: 3px double #ccc;
padding: 0.5em;
width:400px;
}
dt {
float: left;
clear: left;
width: 100px;
text-align: right;
font-weight: bold;
color: green;
}
dt:after {
content: ":";
}
dd {
margin: 0 0 0 110px;
padding: 0 0 0.5em 0;
}
[[/module]]
: Room 1 : Baggins B.
: Room 2 : Potter H. _
Weasley R._
Grainger H.
: Room 3 : Bear P.
: Room 4 : Beaker T.