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 4212cb16c8..87eced15bc 100644 --- a/readme.md +++ b/readme.md @@ -14,6 +14,7 @@ Feel free to submit a PR by adding a link to your own recaps, guides, or reviews * [Nitish Dayal's Text Guides](https://github.com/nitishdayal/JavaScript30) are great for those who like reading over watching. * [Thorsten Frommen](https://tfrommen.de/tag/javascript-30/) shares how he solved the exercises before viewing the answers. * [Soyaine 写的中文指南](https://github.com/soyaine/JavaScript30)包含了过程记录和难点解释 +* [Aaron的语雀学习小组](https://github.com/A-aronYang/JavaScript30)包含中文文档,案例和相关资料 * [乔木 录制的讲解视频](https://b23.tv/pSa7rdu) 看中文讲解视频一起学习 Javascript30 吧! Javascript30 中 CSS/JS/HTML 视频讲解 * [Ayo Isaiah's](https://freshman.tech/archive/#javascript30) Recaps and Lessons Learned. * [Adriana Rios](https://stpcollabr8nlstn.github.io/JavaScript30/) shares her alternative solutions. @@ -56,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: