Tell us what’s happening:
Title: Padding not applying correctly to .blue-box class in CSS lesson
Description:
I’m working on the “Adjust the Padding of an Element” lesson and need to set the .blue-box class to have padding: 20px to match the .red-box. I updated the CSS but the test keeps failing, saying the padding for .blue-box is not 20px.
Your code so far
.blue-box {
background-color: blue;
color: #fff;
padding: 20px;
}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36
Challenge Information:
Basic CSS - Adjust the Padding of an Element