Bootstrap snippet and html example. 500 example error 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: 404,error,error-page,500

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

<div class="text-center error-page">
    <div class="container">
        <div class="error-page-content">
            <h1>500</h1>
            <h2>An internal error has occured</h2>
            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi</p>
            <a href="#" class="btn btn-primary">Back To Home</a>
        </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 5.2.0 included, to get the result that you can see in the preview selection

body{margin-top:20px;}

.error-page {
    background-image:url(https://demo.themeregion.com/protocol/images/slider/default/1.jpg);
    background-repeat:no-repeat;
	background-size:cover;
	height: 100%;
	min-height: 100%;
	width: 100%;
	padding:100px 0;
}

.error-page-content {
	color:#fff;
	max-width:550px;
	display:inline-block;
}

.error-page-content h1 {
	font-size:220px;
	font-weight:800;
}

.error-page-content h2 {
	font-size:22px;
	margin-bottom:15px;
}

.error-page-content .btn.btn-primary {
	margin-top:35px;
	background-color:#bf677f;
	padding:17px 35px;
	border-bottom:2px solid #995164;
}

.error-page-content .btn.btn-primary:hover {
	border-bottom:2px solid #bf677f;
	color:#fff;
}


.btn {
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 17px 20px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. Whatsapp web chat template

Whatsapp web chat template

Bootstrap example and template. card reviews

card reviews

Bootstrap example and template. Invoice with company info and description

Invoice with company info and description

Bootstrap example and template. 500 example error 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 466 views, Using this bootstrap snippet you have the following benefits:

Bootstrap 5.2.0

<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css'>

<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js'></script>

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