Created
November 4, 2024 17:39
-
-
Save fadilxcoder/71cacd55cadd645a5643b7124a5e468b to your computer and use it in GitHub Desktop.
Maintenance Mode
This file contains hidden or 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> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Maintenance Mode</title> | |
<link href="https://fonts.googleapis.com/css?family=Raleway:100,600" rel="stylesheet" type="text/css"> | |
<!-- Styles --> | |
<style> | |
html, body { | |
background-color: #ffffff; | |
color: #636b6f; | |
font-family: 'Raleway', sans-serif; | |
font-weight: 100; | |
height: 100vh; | |
margin: 0; | |
} | |
.full-height { | |
height: 100vh; | |
} | |
.flex-center { | |
align-items: center; | |
display: flex; | |
justify-content: center; | |
} | |
.content { | |
text-align: center; | |
} | |
.title { | |
font-size: 31px; | |
font-weight: bold; | |
} | |
.img-wrapper{ | |
display:block; | |
} | |
.img-wrapper img{ | |
width:50%; | |
margin: 0 auto; | |
display:block; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="flex-center position-ref full-height"> | |
<div class="img-wrapper"> | |
<img src="https://d1vq4hxutb7n2b.cloudfront.net/system/files/5464be/21342b82db58000c42/w_129.14285714285714,dpr_2.625/phphatbottmdgirlunder-construction.gif"/> | |
<div class="content title">Maintenance Mode</div> | |
</div> | |
</div> | |
</body> | |
</html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment