foxxo now lay
This commit is contained in:
parent
ee169b093b
commit
5d3ef5a4cb
2 changed files with 23 additions and 0 deletions
BIN
fox-love.gif
Normal file
BIN
fox-love.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
23
index.html
Normal file
23
index.html
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<title>foxxolay</title>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
background: #39333f;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
main {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<main>
|
||||||
|
<img src="./fox-love.gif" />
|
||||||
|
</main>
|
Loading…
Add table
Add a link
Reference in a new issue