From 9991adf1c8783ed040a40415dc66fb664b29b485 Mon Sep 17 00:00:00 2001 From: cheeks <134818917+leftovertoast@users.noreply.github.com> Date: Fri, 5 Jul 2024 04:03:58 +0000 Subject: [PATCH] Edited styles.css according to README.md, work needed on concept. --- foundations/06-cascade-fix/style.css | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/foundations/06-cascade-fix/style.css b/foundations/06-cascade-fix/style.css index daf07e0..d95d665 100644 --- a/foundations/06-cascade-fix/style.css +++ b/foundations/06-cascade-fix/style.css @@ -2,10 +2,10 @@ body { font-family: Arial, Helvetica, sans-serif; } -.para, -.small-para { - color: hsl(0, 0%, 0%); +.para.small-para { + color: hwb(0 3% 97%); font-weight: 800; + font-size: 20px; } .small-para { @@ -14,11 +14,11 @@ body { } .para { - font-size: 22px; + font-size: 32px; } .confirm { - background: green; + background-color: green; color: white; font-weight: bold; } @@ -29,7 +29,7 @@ body { font-size: 20px; } -.child { +div.text .child { color: rgb(0, 0, 0); font-weight: 800; font-size: 14px; @@ -40,3 +40,14 @@ div.text { font-size: 22px; font-weight: 100; } + +#confirm-button { + background-color: green; + color: white; + font-size: 24px; + font-weight:bold; + +} +#cancel-button { + font-size: 24px; +} \ No newline at end of file