Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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>
 
PREVIOUS NEXT
Tagged: #background #color #hex #css
ADD COMMENT
Topic
Name
1+8 =