summaryrefslogtreecommitdiff
path: root/legacy/haveproblems/centred-list-items.html
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/haveproblems/centred-list-items.html')
-rw-r--r--legacy/haveproblems/centred-list-items.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/legacy/haveproblems/centred-list-items.html b/legacy/haveproblems/centred-list-items.html
new file mode 100644
index 0000000..b2ba769
--- /dev/null
+++ b/legacy/haveproblems/centred-list-items.html
@@ -0,0 +1,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>