mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
12 lines
263 B
HTML
12 lines
263 B
HTML
<input placeholder="Email" class="input" name="text" type="email">
|
|
<style>
|
|
/* From Uiverse.io by Anas92876 - Tags: input */
|
|
.input {
|
|
max-width: 400px;
|
|
padding: 1rem;
|
|
border-radius: 1rem;
|
|
border: none;
|
|
box-shadow: 2px 2px 30px 2px lightgrey;
|
|
}
|
|
|
|
</style>
|