blob: 0170a1bf2c099617a0b729a18d6b5944c985437a [file] [edit]
<style>
body {
margin: 10px;
}
input {
font-family: Ahem;
font-size: 28px;
border-color: transparent;
height: 20px;
width: 500px;
}
input::placeholder {
color: red;
}
.ref {
width: 500px;
height: 20px;
background-color: green;
position: absolute;
left: 10px;
top: 10px;
}
</style>
<input type="text" placeholder="PASS if this is clipped (gjpy)">
<div class=ref></div>