+ 1
how to make a transparent div?
4 Antworten
+ 12
Use the hexadecimal Color values and rgba property as shown in the code. The last number can be between 0.1 and 1.0.
https://code.sololearn.com/W939Sfgdzc7J/?ref=app
+ 2
Use opacity property.
+ 1
opacity: 0;
0
A div is transparent. Unless you style it.