code is not working to change background

Jump to solution
AnamarLevine
Community Member

<div style="background-color: afd5d3; padding: 25px;">
<h2>Syllabus overview</h2>
<div class="qualification">
<div class="yui3-g syllabus-overview-container">
<div class="yui3-u-1 content-section">
<div class="yui3-c">
<div>

Labels (1)
1 Solution
chriscas
Community Coach
Community Coach

Hi @AnamarLevine,

I think the issue is that your CSS is slightly invalid.  You need a # before the color HEX value.

<div style="background-color: #afd5d3; padding: 25px;"> seems to work on my end.

Let us know if this works for you too!

-Chris

View solution in original post