2023-02-02 04:31:50 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<style>
|
2023-02-02 04:34:30 +00:00
|
|
|
body, html {
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
font: 400 15px/1.8 "Lato", sans-serif;
|
|
|
|
color: #777;
|
2023-02-02 04:31:50 +00:00
|
|
|
}
|
2023-02-02 04:34:30 +00:00
|
|
|
|
|
|
|
.bgimg-1, .bgimg-2, .bgimg-3 {
|
|
|
|
position: relative;
|
|
|
|
opacity: 0.65;
|
2023-02-02 04:31:50 +00:00
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: cover;
|
2023-02-02 04:34:30 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
.bgimg-1 {
|
2023-02-02 04:36:40 +00:00
|
|
|
background-image: url("/images/blacklogo.png");
|
2023-02-02 04:34:30 +00:00
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.caption {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 50%;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.caption span.border {
|
|
|
|
background-color: #111;
|
|
|
|
color: #fff;
|
|
|
|
padding: 18px;
|
|
|
|
font-size: 25px;
|
|
|
|
letter-spacing: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
letter-spacing: 5px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font: 20px "Lato", sans-serif;
|
|
|
|
color: #111;
|
2023-02-02 04:31:50 +00:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2023-02-02 04:34:30 +00:00
|
|
|
<div class="bgimg-1">
|
|
|
|
<div class="caption">
|
2023-02-02 04:40:37 +00:00
|
|
|
<span class="border">WTFxUS</span><br>
|
|
|
|
<span class="border">Coming Soon</span>
|
2023-02-02 04:34:30 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2023-02-02 04:31:50 +00:00
|
|
|
|
2023-02-02 04:40:37 +00:00
|
|
|
<p style="padding:5px 15px">Bottom Text</p>
|
2023-02-02 04:31:50 +00:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|