CINXE.COM
Colors
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content="" /> <meta name="description" content="HTML" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <link rel="shortcut icon" href="images/favicon.ico" /> <link href="https://fonts.googleapis.com/css?family=Montserrat:300i,400,500,600,700,900" rel="stylesheet"> <title>Colors</title> <!-- css --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" media="screen"/> <style type="text/css"> * {margin:0;padding:0;} img {border:0;max-width:100%;} body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {margin:0;padding:0;} body {background:#bfbebe;} a {text-decoration:none;} li {list-style-type: none;} body{background: url(images/bg.jpg);font-family: 'Montserrat', sans-serif;} .main-wrapper {float:left;width:100%;} .main-quad{width:700px;text-align:center;margin-top:20px;margin: 0 auto;position: relative;} .main-wrapper p {text-align:center;color:#fff;font-size:20px;line-height: 25px;margin-top:20px;} .clear{clear: both;} .logo {float:left;width: 100%;text-align: center;} .logo img {margin:30px 0px 20px} .email-box {float: left;width: 100%;text-align: center;margin-top: 20px;} .label-email {font-size:18px;color:#333;margin-right:20px;} .input-label {height:37px;width:50%;padding-left: 12px;border: solid 1px #ada7a7;} .button {background:#ca0000;font-size:16px;text-transform:uppercase;padding:6px 35px;color:#fff;border:solid 1px #ca0000;} .under-cons {margin-top:40px;} .header-wrap {position: fixed;top: 35%;left: 50%;transform: translate(-50%, -50%);width: 100%;} /* Responsive CSS */ @media only screen and (min-width: 768px) and (max-width:1024px) { .content-wrapper {width:100%} } @media only screen and (min-width: 768px) and (max-width:768px) { .coming-soon {font-size: 40px;} } @media screen and (max-width:767px) { .label-email {float: left;width: 100%;margin-bottom:10px;} .input-label {float: left;width:100%;margin-bottom:20px;} .logo img {margin:15px 0px 20px;width: 160px;} .video-logo img {width: 120px;} .content-wrapper {width:100%} .main-wrapper p {font-size:14px;} .main-quad {width:100%;} .logo {width: 100%;text-align:center;} .header-wrap {top: 25%;} } </style> </head> <body> <header> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 header-wrap"> <div class="logo"><a href="" target="_blank"> <img src="images/a1_colors_logo.png" alt="Logo" title="Logo" /> </a> </div> <div class="main-wrapper"> <div class="main-quad"> <p> We're sorry. <br> Our service is currently unavailable in this region. </p> <!-- <img src="images/main-bg.png" class="under-cons"> --> </div> </div> </div> </div> </div> </header> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> </body> </html>