Bootstrap snippet and html example. simple post textarea

This html snippet was created to help web designers, web developers, front-end and back-end developer save time. Use it for free in your project and build your app faster, You can also download the HTML, CSS, and JS code.
Tags: textarea,form

HTML code

This is the html code used to create this bootstrap snippet, You can copy and paste the following html code inside a page with bootstrap 3.3.4 included, to get the result that you can see in the preview selection

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<div class="container bootstrap snippets bootdey">
    <div class="row">
        <div class="col-md-6">
        <div class="widget-five mb30">
        	<textarea rows="5" class="form-control resize-v post-area" placeholder="Share your thoughts...."></textarea>
        	<ul class="post-tools list-unstyled clearfix">
        		<li>
        			<a href="javascript:;" class="fa fa-flask ion"></a>
        		</li>
        		<li>
        			<a href="javascript:;" class="fa fa-microphone icon"></a>
        		</li>
        		<li>
        			<a href="javascript:;" class="fa fa-file-image-o icon"></a>
        		</li>
        		<li class="pull-right">
        			<button class="btn btn-primary">Post</button>
        		</li>
        	</ul></div>
        </div>
	</div>
</div>

CSS code

This is the css code used to create this bootstrap snippet, You can copy and paste the following css code inside a page with bootstrap 3.3.4 included, to get the result that you can see in the preview selection

body{
    margin-top:20px;
}

.mb30 {
  margin-bottom: 30px;
}

.widget-five .post-tools>li a {
  color: #565656;
  font-size: 17px;
  padding: 4px 10px;
  display: inline-block;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: 0;
}

.widget-five .post-tools {
  padding: 10px 20px;
  background: #eee;
}

.widget-five .post-tools>li {
  display: inline-block;
}

.resize-v {
  resize: vertical;
}

Similar snippets

Bootstrap example and template. bs4 signup form

bs4 signup form

Bootstrap example and template. Highlighted contact form

Highlighted contact form

Bootstrap example and template. blue sign up

blue sign up

Bootstrap example and template. Create new customer form

Create new customer form

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. WhatsUp Messenger

WhatsUp Messenger

Bootstrap example and template. profile with team section

profile with team section

Bootstrap example and template. 2FA Security form

2FA Security form

Bootstrap example and template. simple post textarea

About this bootstrap example/template

We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.

We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.

This code example currectly have 1.6K views, Using this bootstrap snippet you have the following benefits:

Bootstrap 3.3.4

<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css'>

<script src='https://netdna.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js'></script>

This code example is based on bootstrap 3.3.4 and the grid system of this framework

Responsive

Based on bootstrap framework makes all the layouts perfectly responsive for all devices

Crossbrowser compatibility

Tested on all major browsers, it works smoothly on all of them

semantic html 5

Built on html / css3 the code quality is really amazing

Simple Integration

This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working