diff --git a/01 - JavaScript Drum Kit/style.css b/01 - JavaScript Drum Kit/style.css index bfdba84312..290ee0d1ce 100644 --- a/01 - JavaScript Drum Kit/style.css +++ b/01 - JavaScript Drum Kit/style.css @@ -12,13 +12,13 @@ body,html { .keys { display: flex; - flex: 1; min-height: 100vh; align-items: center; justify-content: center; } .key { + flex: 1; border: .4rem solid black; border-radius: .5rem; margin: 1rem; diff --git a/03 - CSS Variables/index-FINISHED.html b/03 - CSS Variables/index-FINISHED.html index b52b9f61af..36f5bf1ac6 100644 --- a/03 - CSS Variables/index-FINISHED.html +++ b/03 - CSS Variables/index-FINISHED.html @@ -19,7 +19,7 @@

Update CSS Variables with JS

- + - diff --git a/readme.md b/readme.md index 584068db0e..87eced15bc 100644 --- a/readme.md +++ b/readme.md @@ -57,6 +57,7 @@ Feel free to submit a PR by adding a link to your own recaps, guides, or reviews * [Stiaannel's](https://stiaannel.co.za/my-projects/javascript30) implementation of the Javascript30 challenge, with small design changes and a couple of extra features. * [Kelly CHI's](https://kellychi22.github.io/JavaScript30/) complete JavaScript30 challenges! Click the links to check demos and notes of each challenge. 🇹🇼 🌟 * [Issam Seghir](https://issam-seghir.github.io/JavaScript30/) added custom solutions and styles 🍧, improved performance, including fixed bugs/issus 💢. , added articles for each exercise 📝. +* [Khush Gupta's](https://khushgupta14.github.io/JavaScript30/) implementation of the JavaScript30 challenge with custom UI and extended logic. ## Alternative Implementations Here are some links of people who have done the tutorials, but in a different language or framework: