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
:root { --red: #ff6f69; --beige: #ffeead; --yellow: #ffcc5c;}html, body { background: var(--beige); color: var(--red);}h1, p { color: var(--red);}#navbar a { color: var(--red);}.item { background: var(--yellow);}button { background: var(--red); color: var(--yellow);}/*#ff8e69*/