From ee4aae96478d45a0988e0c9b465a32ccc1b4f865 Mon Sep 17 00:00:00 2001 From: Henri Saudubray Date: Sun, 14 Jul 2024 08:29:23 +0200 Subject: [PATCH] feat: links --- css/links.css | 10 +++++++++ index.html | 1 + links.html | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 67 insertions(+) create mode 100644 css/links.css create mode 100644 links.html diff --git a/css/links.css b/css/links.css new file mode 100644 index 0000000..55f4fe6 --- /dev/null +++ b/css/links.css @@ -0,0 +1,10 @@ +header, footer { + text-align: center; +} + +ul { + list-style-type: '- '; + padding-left: 3ch; + margin-top: 0.5lh; + margin-bottom: 0.5lh; +} diff --git a/index.html b/index.html index ee04445..0c0860b 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,7 @@ Not serious stuff
diff --git a/links.html b/links.html new file mode 100644 index 0000000..3ec4641 --- /dev/null +++ b/links.html @@ -0,0 +1,56 @@ + + + + + + + LINKS + + + + +
THE LINKS
+
+ +
+ + +