From 82154a50411d0f5184a4954fcfc6f7b67b958d47 Mon Sep 17 00:00:00 2001 From: cbreton Date: Fri, 1 Oct 2021 16:57:36 +0200 Subject: Add first implementation of about page --- index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index 255a62b..7f05545 100644 --- a/index.html +++ b/index.html @@ -56,6 +56,20 @@ body { padding: 3px 0; } +.about { + position: absolute; + top:0; + left: 50px; + padding: 10px; + border: 1px solid white; + background: black; +} + +a { + text-decoration: none; + color: white; +} + @@ -118,5 +132,9 @@ body { +
+About +
+ -- cgit v1.2.1