From 3edc7a5eab332f2369e5497e76f0be3934f63268 Mon Sep 17 00:00:00 2001 From: Travis Rollins Date: Tue, 21 May 2024 10:47:54 -0700 Subject: [PATCH] Update advanced css exercise to document solution branch --- lessons/module-2/advanced-css.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lessons/module-2/advanced-css.md b/lessons/module-2/advanced-css.md index 09d7f082..98e25e8a 100644 --- a/lessons/module-2/advanced-css.md +++ b/lessons/module-2/advanced-css.md @@ -131,6 +131,8 @@ Now, let's put your knowledge into practice with some exercises. ### Exercise Let's get some practice with these concepts working with a static e-commerce website . Clone down this [repo](https://github.com/turingschool-examples/advanced-css-ecommerce-dashboard){:target="_blank"} following the setup instructions and work through the iterations in the instructions to refactor the site using what you've learned! + +Once you have finished the exercise, you can compare your solution to the solution in the `solution` branch.