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
<style> #searchbar { } section { position: relative; }</style><body> <h1>Welcome!</h1> <section> <form id="searchbar"> <label for="search">Search:</label> <input type="search" id="search" name="search"> <input type="submit" name="submit" value="Go!"> </form> </section></body>