Skip to content

Commit bd46dfd

Browse files
committed
chore(cleanup): feedback cleanup
1 parent 68f31ae commit bd46dfd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

β€Žprojects/build-a-pixel-art-maker-with-html-css-and-javascript/build-a-pixel-art-maker-with-html-css-and-javascript.mdxβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ The folder should have the following structure:
8787

8888
```
8989
pixel-art-maker-with-html-css-and-javascript/
90-
β”œβ”€β”€ starter/ # Start here - has TODOs to fill in
90+
β”œβ”€β”€ starter/
9191
β”‚ β”œβ”€β”€ index.html
9292
β”‚ β”œβ”€β”€ style.css
9393
β”‚ └── script.js
94-
└── completed/ # Reference - fully working code
94+
└── completed/
9595
β”œβ”€β”€ index.html
9696
β”œβ”€β”€ style.css
9797
└── script.js
@@ -541,4 +541,4 @@ Now that you have a working pixel art editor, here are some ways to extend it:
541541
- [Mouse Events (MDN)](https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent)
542542
- [CSS Grid Layout (MDN)](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout)
543543

544-
Share your pixel art creations on Instagram and LinkedIn and tag [@gokucodes](https://www.instagram.com/gokucodes) and [@codedex_io](https://www.instagram.com/codedex.io/)!
544+
Share your pixel art creations on Instagram and LinkedIn and tag [@gokucodes](https://www.instagram.com/gokucodes) and [@codedex.io](https://www.instagram.com/codedex.io/)!

0 commit comments

Comments
Β (0)