From 530a61b20f8b0a57f18daacf0cada51e7c6c88e3 Mon Sep 17 00:00:00 2001 From: Akshima-Ghai <58785998+Akshima-Ghai@users.noreply.github.com> Date: Thu, 1 Oct 2020 10:10:47 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2569a5d6..bc3e355c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ In this project, you will be given three levels of practice using HTML and CSS. Each level will contain three or less steps. Each step will build on the last step and will contain an image file. You will use the image file as a reference for what the result should look like. The goal is to try to get as close as possible to the image's layout, using HTML and CSS that you write yourself. -If you get stuck on a level you can view the solution folder provided in each level. Try to only use this folder as a last resort. +If you got stuck on a level you can view the solution folder provided in each level. Try to only use this folder as a last resort. Don't worry about being pixel perfect and don't worry if your code doesn't match the solution exactly. As long as it looks close to the provided image, you're doing it right.