Not sure where to start?
Bootcamp
Study group
Collaborate with peers in your dedicated #study-group channel.
Code reviews
Submit projects for review using the /review command in your #code-reviews channel
/review
Karma
scrimba
.box { width: 50px; height: 50px; background: red; border: 1px solid black;}@keyframes grow { from {width: 100px; height: 100px; background: blue;} to {width: 10px; height: 10px; background: red;}}