/trikon-form-3.html Secret
Created
September 13, 2020 12:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form class="form" action="" method=""> | |
<label for="Select">Select:</label> | |
<select class="form__select" placeholder="Enter your distric"> | |
<option class="form__input" value="option1">Option 1</option> | |
<option class="form__input" value="option2">Option 2</option> | |
<option class="form__input" value="option3">Option 3</option> | |
</select> | |
<label for="Select">Textarea:</label> | |
<textarea class="form__textarea" name="textarea" id="" cols="" rows="10" placeholder="Write something"></textarea> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment