From ae18f89c9fbdfe13413d3261be0aacab09566e1b Mon Sep 17 00:00:00 2001 From: Andrea Hurren Date: Mon, 17 Apr 2023 19:28:26 +0100 Subject: [PATCH 1/4] pushing post it change ah --- index.html | 7 ++++++- styles.css | 4 ++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f5fd3fb..036c167 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,12 @@

Properties

Layouts

- +
diff --git a/styles.css b/styles.css index addc014..d0707d4 100644 --- a/styles.css +++ b/styles.css @@ -16,6 +16,10 @@ text-align: center; padding: 10px; margin-bottom: 20px; + height: 200px; + aspect-ratio: 1; + background-color: #0089BA; + rotate: z 5deg; } .dashboard-frame { From 5cbd34e1131a7830d8e71ac340cdfa05b4ee35db Mon Sep 17 00:00:00 2001 From: Andrea Hurren Date: Mon, 17 Apr 2023 19:43:42 +0100 Subject: [PATCH 2/4] refactoring css --- styles.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/styles.css b/styles.css index d0707d4..55c22fe 100644 --- a/styles.css +++ b/styles.css @@ -16,10 +16,6 @@ text-align: center; padding: 10px; margin-bottom: 20px; - height: 200px; - aspect-ratio: 1; - background-color: #0089BA; - rotate: z 5deg; } .dashboard-frame { @@ -96,3 +92,9 @@ /* LAYOUTS */ /***************************************************/ /* Put Layout post-it styles here! ↓ */ +#andrea { + height: 200px; + aspect-ratio: 1; + background-color: #0089BA; + rotate: z 5deg; +} From f61a45f94c7d251abed143f5367763ecf160aba2 Mon Sep 17 00:00:00 2001 From: Andrea Hurren Date: Mon, 17 Apr 2023 19:44:47 +0100 Subject: [PATCH 3/4] refactoring css22 --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 55c22fe..62d5e8d 100644 --- a/styles.css +++ b/styles.css @@ -92,7 +92,7 @@ /* LAYOUTS */ /***************************************************/ /* Put Layout post-it styles here! ↓ */ -#andrea { +.post-it #andrea { height: 200px; aspect-ratio: 1; background-color: #0089BA; From 2bcbcd9d9fe2a98716d457e3967fcdc9bcbe9942 Mon Sep 17 00:00:00 2001 From: Andrea Hurren Date: Mon, 17 Apr 2023 20:07:53 +0100 Subject: [PATCH 4/4] typo in css --- styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 62d5e8d..fc6e605 100644 --- a/styles.css +++ b/styles.css @@ -92,9 +92,13 @@ /* LAYOUTS */ /***************************************************/ /* Put Layout post-it styles here! ↓ */ -.post-it #andrea { +.post-it#andrea { height: 200px; aspect-ratio: 1; background-color: #0089BA; rotate: z 5deg; } + +#andrea h3{ + font-weight:bold; +}