Answers for "how to reset the background-color in css"

CSS
2

how to remove background color in css

.class {
   background-color: transparent;
}
Posted by: Guest on July-18-2021

Code answers related to "how to reset the background-color in css"

Browse Popular Code Answers by Language