Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="match" href="number-placeholder-right-aligned-ref.html">
<style>
input {
color: black;
text-align: right;
}
input::placeholder {
color: inherit;
opacity: 1;
}
</style>
<input type=number placeholder=0>