From 50ac0217749dbb9c6274d43bd72a73ea567a50ab Mon Sep 17 00:00:00 2001 From: Andre Date: Mon, 30 Dec 2024 14:50:19 +0100 Subject: [PATCH 1/2] test update css file --- css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 4787ed863e..f70250110d 100644 --- a/css/app.css +++ b/css/app.css @@ -47,7 +47,7 @@ body { h2 { margin: 0; transform: rotate(-45deg); - transition: transform 0.5s; + transition: transform 1.0s; text-shadow: 0 0 5px #01579b; } From f17e90c376ef6bc9214b276627170b6ca86c4eaf Mon Sep 17 00:00:00 2001 From: Andre Date: Mon, 30 Dec 2024 15:10:18 +0100 Subject: [PATCH 2/2] Add 3 Richard's destinations --- css/app.css | 12 ++++++++++++ index.html | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/css/app.css b/css/app.css index f70250110d..5dc196a118 100644 --- a/css/app.css +++ b/css/app.css @@ -58,3 +58,15 @@ h2 { #barcelona { background-color: #800000; } + +#florida { + background-color: #03a9f4; +} + +#paris { + background-color: #d3d3d3; +} + +#scotland { + background-color: #388e3c; +} \ No newline at end of file diff --git a/index.html b/index.html index 0ae0e85171..7fa557cf49 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,18 @@

Belize

Barcelona

+ +
+

Forida

+
+ +
+

Paris

+
+ +
+

Scotland

+