scrimba
Styled Components
Introduction to Styled Components
Go Pro!Bootcamp

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

Introduction to Styled Components
AboutCommentsNotes
Introduction to Styled Components
Expand for more info
style.css
run
preview
console
body {
background-color: #aaf0d1;
display: flex;
justify-content: center;
color: #d1aaf0;
font-family: sans-serif;
}

.section {
background-color: #f0d1aa;
display: flex;
justify-content: center;
color: #f0aeaa;
border-radius: 15px;
}
Console
index.html
-2:36