I dont know what to do in this step lol
Can you show us all of your styles.css
body {
background-color: #0a0a23;
}
#text {
background-color: #0a0a23;
color: #ffffff;
padding: 10px;
}
#game {
max-width: 500px;
max-height: 400px;
background-color: #ffffff;
color: #ffffff;
margin: 30px auto 0px;
padding: 10px;
}
#controls,
#stats {
border: 1px solid #0a0a23;
#monsterStats {
border: 1px solid #0a0a23;
padding: 5px;
color: #ffffff;
background-color: #c70d0d;
}
You’re missing something here:
@leandrotassio
Welcome to the fCC community.
@ambradnum is correct. Don’t forget your closing curly bracket. If this solves your issue please mark solved so it closes this thread and gives someone credit for the solution.
-Happy Coding .
1 Like
OMG hahaha, thanks for the help!
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.