Answers for "give background color to hex via style.css"

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 "give background color to hex via style.css"

Browse Popular Code Answers by Language