Check out this link for some code
.back {
margin: 20px;
padding: 100px;
background: yellow;
font-size: 30px;
}
<div class="back">
Fun place to stay. We got a golf cart to see the rest of the island, but the house is well-equipped and comfortable. Vanessa was kind to pick us up and make golf cart rental arrangements. We were here on our honeymoon, it was perfect for a memorable trip!
Hosts easily available
</div>
I'm looking to change the yellow background color over time using only CSS. There are jQuery solutions on StackOverflow, but I want a CSS-only solution that works across all browsers.
I tried using this resource, but the color reverts back. How can I make the new color permanent?