scrimba
Note at 0:02
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

Note at 0:02
AboutCommentsNotes
Note at 0:02
Expand for more info
index.css
run
preview
console
body{
background-color: #023F6A;
font-family: sans-serif;
}
.container{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
textarea{
width:50%;
height: 30vh;
background-color: rgb(21, 32, 43);
color: #fff;
border-radius:0px;
padding: 10px;
}
textarea::placeholder{
color:#fff;
}
#counterFooter {
margin-top: 0.2rem;
font-size:0.8rem;
color: #fff;
margin-left:30%;
font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

button{
width:50%;
background-color: #1A91DA;
border-radius: 5px;
padding: 0% 10%;
margin-top: 20px
}
button h2{
color: #fff;

}
.buttonDisabled {
opacity: .5;
cursor: default;
}
Console
139
,
138
,
137
,
136
,
135
,
136
,
137
,
138
,
139
,
140
,
/index.html
LIVE