Bootstrap snippet and html example. Maintenance page

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: maintenance,page

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.6 included, to get the result that you can see in the preview selection



<div class="full-size layout-column layout-align-center-vertical bootstrap snippets bootdeys">
	<div class="size-7 horizontal-align">
		<div class="panel panel-default">
			<div class="panel-body text-center">
				<div class="logo-box logo-box-primary padding-top-4">
					<div class="logo">
						<b>B</b>
					</div>
				</div>
				<h2>Under Maintenance</h2>
				<p>We will be down for a short time.<br>Please check back later.</p>
			</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.6 included, to get the result that you can see in the preview selection



body {
    overflow: hidden;
    background: transparent url("http://bemat-admin.cerocreativo.cl/v1.0.1/dark/img/bgs/bg3.png") left 40%;
    background-size: cover;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.layout-align-center-vertical {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    max-height: 100%;
}
.horizontal-align {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.width-7, .size-7 {
    width: 392px !important;
    margin-top:100px;
}
.height-7, .size-7 {
    height: 392px !important;
}
.logo-box-primary .logo {
    color: #fff;
    background-color: #009688 !important;
}
.logo-box, .logo-box .logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
}
.logo-box .logo {
    width: 96px;
    height: 96px;
    font-size: 72px;
    font-weight: 500;
    color: #fff;
    background-color: #777e7d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    align-content: center;
}

Similar snippets

Bootstrap example and template. bs4 shop page

bs4 shop page

Bootstrap example and template. bs4 Ratings and Reviews page

bs4 Ratings and Reviews page

Bootstrap example and template. bs4 profile settings page

bs4 profile settings page

Bootstrap example and template. blog list page

blog list page

Bootstrap example and template. events card widget

events card widget

Bootstrap example and template. blue login

blue login

Bootstrap example and template. ecommerce products with image description colors and add button

ecommerce products with image description colors and add button

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. Maintenance page

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 6.7K views, Using this bootstrap snippet you have the following benefits:

Bootstrap 3.3.6

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

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

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