From 8776067a29eeffa567406ffa73c5c85da1bf5ca5 Mon Sep 17 00:00:00 2001 From: WoahJo Date: Tue, 28 Sep 2021 18:42:40 -0400 Subject: [PATCH] Changed index.html to style.css for file to be edited in README for margin-and-padding-1 in css-exercises --- margin-and-padding/margin-and-padding-1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/margin-and-padding/margin-and-padding-1/README.md b/margin-and-padding/margin-and-padding-1/README.md index f16b99e..ae26072 100644 --- a/margin-and-padding/margin-and-padding-1/README.md +++ b/margin-and-padding/margin-and-padding-1/README.md @@ -1,6 +1,6 @@ # Margin and Padding practice -For this first exercise, simply edit the `index.html` file so that the divs look like the image below. Only edit the CSS where instructed in the file. You should only have to change the values of the margin and padding for this exercise. You should not have to add or remove properties in the CSS, or touch the HTML. +For this first exercise, simply edit the `style.css` file so that the divs look like the image below. Only edit the CSS where instructed in the file. You should only have to change the values of the margin and padding for this exercise. You should not have to add or remove properties in the CSS, or touch the HTML. ![outcome](./desired-outcome.png)