Create Form 💌

astronot new css framework with slim and fast

Form working

Form Action

<form action="your action here" method="post">
<input class="form" type="text" name="name" placeholder="Insert name">
<texarea class="form" name="message" placeholder="Insert some message"></textarea>
<input type="checkbox" value="" id="flexCheckDefault">
<label for="flexCheckDefault"> This is check </label>
<button>Send Message</button>
</form>
Form Output :

copyrights astronot css