• Ukieweb

    how to styling placeholder in css

how to styling placeholder in css

how to styling placeholder in css

In this article, we teach you How to styling placeholder text by css.

assume that we have text input in our form like this:


<input type="text" placeholder="Hello World">
we just do it:

input::placeholder{
font-family: 'tahoma';
}
only this!

0 Comments

Leave a Comment