"Under maintainance Page bootstrap 4"
Bootstrap 4.1.1 Snippet by kanikamadaan

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <section class="fis-404"> <div class="content-width"> <div class="error404"> <p>Oops!</p> </div> <h2>Website is under maintance</h2> <p>We're sorry, Website is under Maintaince. Our developers are working on it.</p> <div class="btn-container"> <a class="btn-secondary-green-on-white" href="#">Reach out to us</a> </div> </div> </section>
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&family=Titillium+Web:wght@200;400;600;700;900&display=swap'); .error404 { font-family: 'Source Sans Pro', sans-serif, 'FontAwesome' !important; font-size: 30px; } .error404 p { margin-bottom: 0px; font-family: 'Titillium Web', sans-serif, 'FontAwesome' !important; font-weight: 900; color: #4bcd3e; font-size: 100px; line-height: 110px; } .error404 span { font-family: 'Titillium Web', sans-serif, 'FontAwesome' !important; display: block; color: #4BCD3E; font-weight: 900; font-size: 100px; line-height: 110px; } .fis-404 { padding: 40px 0; text-align: center; } .fis-404 h2 { font-family: 'Titillium Web', sans-serif, "FontAwesome" !important; font-weight: bold; font-size: 40px !important; color: #012834; font-weight: 900; margin: 0px; padding: 0px; } p { font-family: 'Source Sans Pro', sans-serif, 'FontAwesome' !important; font-weight: 400; line-height: 1.5; font-size: 18px; color: #012834; letter-spacing: 0; } .btn-secondary-green-on-white { background: none; padding: 8px 30px; border: 2px solid #4BCD3E; border-radius: 67px; color: #012834; font-family: 'Source Sans Pro', sans-serif, 'FontAwesome' !important; font-size: 16px; font-weight: Bold; cursor: pointer; display: inline-block; text-align: center; margin: 20px 0px; } .btn-secondary-green-on-white:hover { background: #4BCD3E; border: 2px solid #4BCD3E; border-radius: 67px; color: #012834; text-decoration: none; } .btn-container a { display: inline-block; min-width: 160px; text-decoration: none; }

Related: See More


Questions / Comments: