SFDASafasdfg

This commit is contained in:
Richard Mikloš 2024-01-09 12:11:02 +01:00
parent d773e7f6f8
commit bf1be9dbed
2 changed files with 3 additions and 1 deletions

@ -7,6 +7,6 @@
<title>Adlerka</title> <title>Adlerka</title>
</head> </head>
<body> <body>
<img src="res/wrapper.png" alt=""> <img src="res/wrapper.png" style="max-height: 90vh; margin: auto;">
</body> </body>
</html> </html>

@ -1,3 +1,5 @@
body { body {
background-color: #262930; background-color: #262930;
align-items: center;
justify-content: center;
} }