"artstore ui"
Bootstrap 4.0.0 Snippet by ccmmgg

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <form class="form-horizontal"> <fieldset> <!-- Form Name --> <legend>Helikon Artstore</legend> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="artistName">Artist</label> <div class="col-md-4"> <input id="artistName" name="artistName" type="text" placeholder="name of Artist..." class="form-control input-md" required=""> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="title">Title</label> <div class="col-md-4"> <input id="title" name="title" type="text" placeholder="title of artwork..." class="form-control input-md" required=""> </div> </div> <!-- Textarea --> <div class="form-group"> <label class="col-md-4 control-label" for="description">Description</label> <div class="col-md-4"> <textarea class="form-control" id="description" name="description">description of work, media etc.</textarea> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="price">Price</label> <div class="col-md-2"> <input id="price" name="price" type="text" placeholder="$1000000" class="form-control input-md"> </div> </div> </fieldset> </form>

Related: See More


Questions / Comments: