HTML Input Style

<style>
input {
    border: 1px solid #c0c0c0;
    outline: 0;
    border-radius: 5px;
    height: 25px;
    width: 275px;
}
</style>

<input placeholder="Input here" />

No comments:

Post a Comment