Bootstrap snippet and html example. Suscribe page with description

Bootstrap 3.1.1 snippet "Suscribe page with description" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: page,user

HTML code

Clean, semantic HTML that powers this Bootstrap 3.1.1 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.

<section class="container principal-content">
    <h1 class="text-center title">Your site name</h1>
    <div class="row">
      <div class="col-sm-6 col-sm-offset-3">
        <p class="text-center lead">Put here your site description for example: Bootdey is a gallery of free bootstrap framework snippets Html Css Js codes</p>
        <div class="row">
          <div class="col-xs-6">Some brand-tacular designs even have home page content that is taller that 12,000 pixels. That's a lotta content.</div>
          <div class="col-xs-6 text-right">Anyhoo, this is just some random blurb of text, and bootdey.com is a gallery of free bootstrap snippets bootdeys</div>
        </div>
        <p class="text-center">
          <img src="https://bootdey.com/img/Content/Manbrown2.png" class="img-responsive center-block img-user">
        </p>
        <div class="row">
            <div class="controls">
                <form action="/Jiita/cursos/buscar" method="get">
                    <div class="input-group">
                        <div class="input-group-btn">
                            <button type="submit" class="btn btn-default"><i class="glyphicon glyphicon-search"></i></button>
                        </div>
                        <input type="text" style="padding:6px 6px;" value="" name="q" placeholder="Email to suscribe" class="form-control">
                        <div class="input-group-btn">
                            <button type="submit" class="btn btn-success"><i class="glyphicon glyphicon-book"></i>Suscribe</button>
                        </div>
                    </div>
                </form>
            </div>
        </div>
        <br/>
        <br/>
      </div>
   </div>
</section>

CSS code

Scoped CSS that styles the component. Paste it after Bootstrap 3.1.1 to keep the design, spacing, and responsiveness consistent.

body{
background:#eee;
}
.principal-content{
    background-color: #168ccc;
    color: #FFFFFF;
}
.img-user{
    width:200px;
    height:200px;
}

.title {
    color: #fff;
    text-shadow: 1px 1px 0 #888;
    line-height: normal;
    font-weight: 1em;
    font-family: serif;
    font-size: 40px;
    margin-bottom: 10px;
    font-weight:bold;
}

Similar snippets

Bootstrap example and template. bs4 social profile header

bs4 social profile header

Bootstrap example and template. Update user profile

Update user profile

Bootstrap example and template. summary social networks

summary social networks

Bootstrap example and template. Site login page

Site login page

Bootstrap example and template. Complete User Profile Page for Bootstrap

Complete User Profile Page for Bootstrap

Bootstrap example and template. Simple user description

Simple user description

Bootstrap example and template. div ribbons

div ribbons

Bootstrap example and template. alerts with arrow

alerts with arrow

FAQ

How do I use this snippet?

Include Bootstrap 3.1.1, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.

Can I use it in commercial projects?

Yes. It’s free for personal and commercial work; check the snippets license for details.

Is it responsive?

Yes. It inherits the responsive grid and components from Bootstrap 3.1.1.

Bootstrap example and template. Suscribe page with description

About this bootstrap example/template

Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.

Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.

Already trusted in 6.6K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

Bootstrap 3.1.1

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

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

This code example is based on bootstrap 3.1.1 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