blob: a878f4a026e6ddae62cf399efad514fec5df37f5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.test {
height: 80px;
width: 80px;
perspective: 250px;
border: 1px solid black;
background: green;
}
</style>
</head>
<body>
<div class="test"></div>
</body>
</html>