blob: e84d1c612b48d85c21e48553412019bf015a4e5f [file] [edit]
<!DOCTYPE html>
<html>
<head>
<style>
#box {
width: 100px;
height: 100px;
background-color: blue;
color: black;
}
</style>
</head>
<body>
<div id="box" style="opacity: 0.95;">
<div style="opacity: 0.95;">
Is this included?
</div>
</div>
</body>
</html>