Created
February 23, 2025 10:44
-
-
Save thinkphp/25126c9ef3dc9e657c62486747d1e5ee to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>W3.CSS Template</title> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> | |
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway"> | |
<style> | |
body,h1 {font-family: "Raleway", sans-serif} | |
body, html {height: 100%} | |
.bgimg { | |
background-image: url('/w3images/forestbridge.jpg'); | |
min-height: 100%; | |
background-position: center; | |
background-size: cover; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="bgimg w3-display-container w3-animate-opacity w3-text-white"> | |
<div class="w3-display-topleft w3-padding-large w3-xlarge"> | |
Logo | |
</div> | |
<div class="w3-display-middle"> | |
<h1 class="w3-jumbo w3-animate-top">COMING SOON</h1> | |
<hr class="w3-border-grey" style="margin:auto;width:40%"> | |
<p class="w3-large w3-center">35 days left</p> | |
</div> | |
<div class="w3-display-bottomleft w3-padding-large"> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment