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
<head> <style> #left { width: 50%; } #right { width: 40%; } aside, section { padding: 2px; background-color: #ccc; } </style></head><body> <header> <h1>Welcome!</h1> </header> <section id="left"> <h2>Content</h2> <p>Good stuff</p> </section> <aside id="right"> <h2>Sidebar</h2> <p>Links</p> </aside></body>