Question Home

Position:Home>Visual Arts> How do i make the white a different color? http://www.neopets.com/browseshop.p..


Question:i wanna make my shop a different color... i have it this far but i need to change the white to a different color... pink!


Best Answer - Chosen by Asker: i wanna make my shop a different color... i have it this far but i need to change the white to a different color... pink!

Here is a code using css:

<style>
#main{background:pink}
</style>

Did it work?