From 3394ae8144e8cf868c6657a413cc7546a9a5c0f7 Mon Sep 17 00:00:00 2001 From: georgia Date: Mon, 12 Dec 2022 08:44:30 +0100 Subject: [PATCH] dfgdf --- main.html | 14 ++++++-------- text.css | 18 ++++++++++++++++++ 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/main.html b/main.html index 5733fec..4c40220 100644 --- a/main.html +++ b/main.html @@ -9,22 +9,20 @@
-
-

Visit Greece

+
Visit Greece
-
diff --git a/text.css b/text.css index b239088..0cc1cfc 100644 --- a/text.css +++ b/text.css @@ -4,12 +4,30 @@ gap: 20px; list-style: none; line-height: 1.55; + font-size: x-large; + font-family: Georgia, 'Times New Roman', Times, serif; + background-color:bisque } + +div { + height: 50px; + width: 200px; + font-weight: bold ; + color: aliceblue; + position: fixed; + top: 50%; + left: 50%; + margin-top: -100px; + margin-left: -150px; + font: size 2000px; +} + body{ font-family: AeonikPro-Bold,Arial,sans-serif; font-size: .9333333333rem; letter-spacing: 0; ; } +nav a:hover {font-weight: bold;}