Zimní atmosféra

This commit is contained in:
Martin Berka 2025-01-07 15:49:22 +01:00
parent 4d2ec529bb
commit 219f7ffbc8
4 changed files with 3 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 48 KiB

BIN
client/public/snowman.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

View File

@ -402,10 +402,11 @@ function App() {
<div className='wrapper'>
{data.isWeekend ? <h4>Užívejte víkend :)</h4> : <>
<Alert variant={'primary'}>
<img src='hat.png' style={{ position: "absolute", width: "100px", rotate: "-45deg", left: -32, top: -40 }} />
<img src='tree.png' style={{ position: "absolute", height: "90px", right: 0, top: 0 }} />
<img src='hat.png' style={{ position: "absolute", width: "70px", rotate: "-45deg", left: -40, top: -58 }} />
<img src='snowman.png' style={{ position: "absolute", height: "110px", right: 10, top: 5 }} />
Poslední změny:
<ul>
<li>Zimní atmosféra</li>
<li>Odstranění podniku U Motlíků</li>
</ul>
</Alert>