Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/third_party/rust/wast/tests/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  opacity-preserve3d-2.html   Sprache: unbekannt

 
<!DOCTYPE html>
<html><head>
<style>
    .first {
        transform: translateZ(10px);
        background-color: blue;
        top: 50px;
    }
    .second {
        transform: translateZ(5px);
        background-color: green;
    }
    .preserve {
        transform-style: preserve-3d;
    }
    .leaf {
        width: 100px;
        height: 100px;
        position:absolute;
    }
</style>
</head><body>

<div class="preserve" style="opacity:0.5">
    <div class="leaf first"></div>
    <div class="leaf second"></div>
</div>

</body>
</html>


Messung V0.5
C=87 H=95 G=90

[ zur Elbe Produktseite wechseln0.13Quellennavigators  Analyse erneut starten  ]