Index page changes

This commit is contained in:
muchwowmining 2022-03-23 17:55:29 +01:00
parent 881bc61140
commit 0bc1d429b3
3 changed files with 27 additions and 13 deletions

View file

@ -9,6 +9,7 @@
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@latest/css/pico.min.css">
<link rel="stylesheet" href="{{ url_for('static', filename='colors.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='icon.css') }}">
<link rel="icon" href="{{ url_for('static', filename='1.svg') }}">
</head>
<style>
html, body{
@ -56,7 +57,19 @@
font-size: bold;
font-size: 10rem;
}
#root{
display: flex;
gap: 1rem;
font-weight: 800;
font-size: 2rem;
align-items: center;
}
img{
width: 500px;
height: 500px;
object-fit: contain;
}
#wow{
width: 50px;
height: 50px;
object-fit: contain;