Answers for "background colour hexcode"

CSS
0

background color in hex css

<style>
div {
    background-color: #ffffff; /* add # infront of the hex code */
    color: #ffffff; /* add # infront of the hex code */
}
</style>
Posted by: Guest on October-19-2020

Browse Popular Code Answers by Language