diff --git a/css/text.css b/css/text.css index ba2c340..d758839 100644 --- a/css/text.css +++ b/css/text.css @@ -13,8 +13,11 @@ nav a { color: rgb(243, 198, 142); text-decoration: none;} -a {color: forestgreen; - text-decoration: none;} +a {color:hotpink; + text-decoration: none; + font-weight: bold ; + font-size: x-large; +} footer { position: absolute; @@ -23,24 +26,18 @@ footer { color: bisque; } -div { - height: 50px; - width: 2000px; - font-weight: bold ; - color:aliceblue; - position: fixed; - top: 50%; - left: 50%; - margin-top: -100px; - margin-left: -150px; - font-size: 50px; - font-family: Verdana, Geneva, Tahoma, sans-serif; -} - body{ font-family: AeonikPro-Bold,Arial,sans-serif; font-size: .9333333333rem; letter-spacing: 0; ; } -a:hover {font-weight: bold;} +a:hover {font-weight: bold; + color:fuchsia; + text-decoration: underline;} + +nav a:hover {font-weight: bold; + color:coral} + + + diff --git a/main.html b/main.html index 82c8f08..1a39209 100644 --- a/main.html +++ b/main.html @@ -14,7 +14,6 @@ Frequently Asked Questions - diff --git a/where_to_go.html b/where_to_go.html index efedb18..2ca94f2 100644 --- a/where_to_go.html +++ b/where_to_go.html @@ -1,5 +1,4 @@ - @@ -20,6 +19,7 @@

Where To Go ?

Islands +
@@ -27,9 +27,6 @@
- - + \ No newline at end of file