Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/security/nss/lib/softoken/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 2 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 in Prozent
C=100 H=100 G=100

[Dauer der Verarbeitung: 0.5 Sekunden, vorverarbeitet 2026-06-05]