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
html, body { background-color: lightgray; margin: 10px;}.card { display: flex; justify-content: center; align-items: center; font-size: 2em; color: #ffeead;}img { width: 100%; height: 100%; object-fit: cover; border-radius: 3px;} .grid-container { display: grid; grid-gap: .5em; grid-template-columns: repeat(5, 1fr);}.wide {}.tall {}.big {}