Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to give a background color strip in html and css

#colorstrip{
    width: 100%; height: 2px;
    border-style: solid;
    border-color: white;
    background-color: white;
}
 
PREVIOUS NEXT
Tagged: #give #background #color #strip #html #css
ADD COMMENT
Topic
Name
7+7 =