Demo pages site
This commit is contained in:
BIN
horse.gif
Executable file
BIN
horse.gif
Executable file
Binary file not shown.
After Width: | Height: | Size: 160 KiB |
22
index.html
Executable file
22
index.html
Executable file
@ -0,0 +1,22 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>horse go brrrrrr</title>
|
||||
<style>
|
||||
.center {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
/* bring your own prefixes */
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
* {
|
||||
background: black;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center">
|
||||
<img src="http://emergency.horse/horse.gif">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user