Answers for "background color list in html"

CSS
0

css coor background

body {background-color: coral;}
Posted by: Guest on November-01-2020
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