Answers for "setting background color css with hex code"

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

Code answers related to "setting background color css with hex code"

Browse Popular Code Answers by Language