Home  >  Article  >  Web Front-end  >  How to cancel css background color

How to cancel css background color

藏色散人
藏色散人Original
2021-03-22 15:23:135120browse

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.

How to cancel css 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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn