blob: 69a705941dbdbd820b8132885e81df0b2fb5c302 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.container {
font-family: ahem;
font-size: 100px;
width: 400px;
overflow: hidden;
height: 160px;
margin-top: 28px;
}
span {
color: transparent;
background-color: green;
}
</style>
</head>
<body>
<div class="container">
<span>AAAA<br>AAAA</span>
</div>
</body>
</html>