Answers for "how to give a background color strip in html and css"

CSS
0

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;
}
Posted by: Guest on May-20-2020

Code answers related to "how to give a background color strip in html and css"

Browse Popular Code Answers by Language