From 3add3a714cbbf619d3bbfbfa652b6c9d8ee8b72a Mon Sep 17 00:00:00 2001 From: cheeks <134818917+leftovertoast@users.noreply.github.com> Date: Wed, 10 Jul 2024 18:44:40 -0400 Subject: [PATCH] Edited stlye.css according to directions to best of my ability and compared to solution. Added COMPLETE.md --- foundations/06-cascade-fix/COMPLETE.md | 1 + foundations/06-cascade-fix/style.css | 1 + 2 files changed, 2 insertions(+) create mode 100644 foundations/06-cascade-fix/COMPLETE.md diff --git a/foundations/06-cascade-fix/COMPLETE.md b/foundations/06-cascade-fix/COMPLETE.md new file mode 100644 index 0000000..7280312 --- /dev/null +++ b/foundations/06-cascade-fix/COMPLETE.md @@ -0,0 +1 @@ +# COMPLETE \ No newline at end of file diff --git a/foundations/06-cascade-fix/style.css b/foundations/06-cascade-fix/style.css index d95d665..e12c880 100644 --- a/foundations/06-cascade-fix/style.css +++ b/foundations/06-cascade-fix/style.css @@ -15,6 +15,7 @@ body { .para { font-size: 32px; + font-weight: 800; } .confirm {