Skip to content Skip to sidebar Skip to footer

Mengubah Tampilan Kotak Input

Kotak input dapat diberi class .radius untuk menghasilkan tampilan yang berbeda.

Skrip form style.html

<input type="text" class="radius" placeholder="Text Input">

<textarea class="radius" placeholder="Textarea"

rows="4"

</textarea>

Post a Comment for "Mengubah Tampilan Kotak Input"