Home > Article > Web Front-end > How to cancel color in css
How to cancel the color in css: first open the corresponding css code content; then add the "background-color:transparent;" attribute to the already set background color to cancel the color.
The operating environment of this article: windows7 system, CSS3&&HTML5 version, Dell G3 computer.
css Remove existing background color
Add background-color:transparent;
background-attachment:fixed;
background-color:transparent; means the background Color is set to transparent. However, by default, as long as the background color (or background image) is not set, the background is transparent. Generally not used.
css video tutorial】
The above is the detailed content of How to cancel color in css. For more information, please follow other related articles on the PHP Chinese website!