Home > Article > Web Front-end > How to cancel css background color
How to cancel the background color in css: first open the corresponding HTML file; then add "background-color:transparent;" to the code that sets the background color to remove the background color.
The operating environment of this article: Windows7 system, HTML5&&CSS3 version, DELL G3 computer
css background color cancellation:
Very simple !
Just add background-color:transparent;
to the code that has set the background color and it will be solved!
[Recommended learning: css video Tutorial】
The above is the detailed content of How to cancel css background color. For more information, please follow other related articles on the PHP Chinese website!