From da35b585659beb8682bac0a673bba0269b951f80 Mon Sep 17 00:00:00 2001 From: augusto-mantilla Date: Mon, 22 Feb 2021 11:42:25 +0000 Subject: [PATCH] Delete one extra space before a `;` --- subjects/carbon-copy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/carbon-copy/README.md b/subjects/carbon-copy/README.md index 43a69201..2e4959de 100644 --- a/subjects/carbon-copy/README.md +++ b/subjects/carbon-copy/README.md @@ -20,7 +20,7 @@ The raid is divided in 3 phases: Create & write the HTML file `index.html` to build the structure of the page. For this phase, we provide you a CSS file (`styles.css`) that you just have to [link](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link) to your `index.html`, meaning you won't need to style anything. However, you can do it from scratch and write yourself the whole CSS if you feel up to it. -NB: Each item of the navbar menu - in the top right corner - has to bring to the corresponding section on click (clicking on "About" scrolls to the "About" section in the page) ; take a look at the [`href` anchor use](https://www.w3.org/TR/html401/struct/links.html#h-12.2.3). +NB: Each item of the navbar menu - in the top right corner - has to bring to the corresponding section on click (clicking on "About" scrolls to the "About" section in the page); take a look at the [`href` anchor use](https://www.w3.org/TR/html401/struct/links.html#h-12.2.3). Here is a [wireframe](https://en.wikipedia.org/wiki/Website_wireframe) of the webpage, showing the HTML tags you have to use: ![](page-wireframe.jpg)