From 6532bfed6255aba36662657c7a4b936ab98cd689 Mon Sep 17 00:00:00 2001 From: Francesco Luzzana Date: Fri, 3 Jun 2022 19:00:32 +0200 Subject: [PATCH] info and git --- index.html | 6 +++++- style.css | 14 ++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index cb5c31b..9b8909c 100644 --- a/index.html +++ b/index.html @@ -4,11 +4,15 @@ - XML WRITING + Textoscope - XML writing +
diff --git a/style.css b/style.css index 044bd6d..efff78d 100644 --- a/style.css +++ b/style.css @@ -7,6 +7,20 @@ body { color: #2e4053; } +a { + text-decoration: none; + color: dodgerblue; +} + +nav { + right: 18px; + text-align: right; +} + +nav a + a { + margin-left: 16px; +} + #controller { margin-bottom: 48px; display: inline-block;