<input type="tel" placeholder="Example: 01234567890"/>
html {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
input {
padding: 10px;
border-radius: 10px;
border: 1px solid rgba(0,0,0,.2);
width: 200px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.