From 4d398e030dc80ec92653d2ba66a4e36a9fb6f95f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 22 Feb 2022 22:40:43 +0100 Subject: Added header/main/footer tags --- .gitignore | 2 ++ bottom.html | 7 ++++--- src/style.css | 4 ++-- top.html | 5 ++++- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 4e76d03..aded5c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ http +BLOG-IDEAS +HTML-TIPS diff --git a/bottom.html b/bottom.html index fdb5811..33efd45 100644 --- a/bottom.html +++ b/bottom.html @@ -1,8 +1,9 @@ +
- + diff --git a/src/style.css b/src/style.css index 0078590..7016a47 100644 --- a/src/style.css +++ b/src/style.css @@ -1,4 +1,4 @@ -.menu { +header nav table { width: 100%; } @@ -7,7 +7,7 @@ font-weight: bold; } -.footer { +footer table { font-style: italic; width: 100%; } diff --git a/top.html b/top.html index ad33387..2227c51 100644 --- a/top.html +++ b/top.html @@ -9,8 +9,9 @@ +
+

+
-- cgit v1.3