mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-24 03:40:10 +00:00
Example of textarea
This commit is contained in:
parent
444973e54d
commit
4ca3e3677a
2
css.html
2
css.html
@ -1323,7 +1323,7 @@ For example, <code><section></code> should be wrapped as inline.
|
|||||||
<textarea class="form-control" rows="3"></textarea>
|
<textarea class="form-control" rows="3"></textarea>
|
||||||
</form>
|
</form>
|
||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
<textarea rows="3"></textarea>
|
<textarea class="form-control" rows="3"></textarea>
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
<h3>Checkboxes and radios</h3>
|
<h3>Checkboxes and radios</h3>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user