Hello,
How can I add 2 columns to the textarea below?
How can I add 2 columns to the textarea below?
Code:
<div class="col-md-7">
<div class="form-group container-fluid">
<textarea class="form-control" id="result" rows="5" readonly></textarea>
</div>
<div class="form-group row container-fluid">
<div class="col">
<input id="btn_purchase" type="button" value="Purchase" class="btn btn-success"/>
</div>
</div>
</div>