mirror of
https://git.wownero.com/wownero/YellWOWPages.git
synced 2024-08-15 01:03:25 +00:00
Index page changes
This commit is contained in:
parent
881bc61140
commit
0bc1d429b3
3 changed files with 27 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue