20 lines
329 B
HTML
20 lines
329 B
HTML
<meta charset="utf-8">
|
|
|
|
<style>
|
|
body { overflow:hidden }
|
|
p {
|
|
margin: 1em 0;
|
|
padding: 1.4em;
|
|
font: 900 1.2em sans-serif;
|
|
position:absolute;
|
|
color: rgba(0,0,0,0);
|
|
background: red;
|
|
border: black solid 80px;
|
|
transform: scale(2,0.3);
|
|
transform-origin: center;
|
|
left: 330px;
|
|
top: -75px;
|
|
}
|
|
|
|
</style>
|
|
<p>█</p>
|