Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<style>
input {
font-size: 30pt;
background-color: lightblue;
}
</style>
</head>
<body>
<input type="number">
</body>
</html>