blob: 1fc057299d798330c2729b7b9c07927932b0b8e9 [file] [log] [blame]
<!DOCTYPE html>
<style>
div {
width: 100px;
height: 100px;
background: currentColor;
}
#div1 {
color: transparent;
}
#div2 {
color: blue;
}
</style>
<div id="div1"></div>
<div id="div2"></div>