Answers for "style. background color in hex"

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 "style. background color in hex"

Browse Popular Code Answers by Language