summaryrefslogtreecommitdiff
path: root/legacy/haveproblems/centred-list-items.html
blob: b2ba769d29241c0f1a82d1a5c5048ef516d0b66f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<head>
<style type="text/css">
ul > li { text-align: center; }
</style>
</head>
<body>
<p>Centred list items. Bullets not centred:
<ul>
 <li>one
 <li>two
 <li>three
</ul>
</body>
</html>