Commit baf76e0b by Martin Müller

geändert: README.md

	neue Datei:     img/bg.jpg
	neue Datei:     img/maintenance-man.png
	neue Datei:     index.html
parent 2dec009a
File mode changed from 100644 to 100755
<!doctype html>
<title>Coming Soon - Under under construction</title>
<link href='https://fonts.googleapis.com/css?family=Doppio One' rel='stylesheet'>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
html {
width:100%;
height:100%;
background:url(img/bg.jpg) center center no-repeat;
}
body {
font-family: 'Doppio One';
font-size: 120px;
color: #e2edff;
font-weight: bold;
}
@keyframes flickerAnimation {
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
.animate-flicker {
-webkit-animation: flickerAnimation 10s infinite;
-moz-animation: flickerAnimation 10s infinite;
-o-animation: flickerAnimation 10s infinite;
animation: flickerAnimation 10s infinite;
}
</style>
<div class="animate-flicker">COMING SOON<br>UNDER CONSTRUCTION</div>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment