This commit is contained in:
Richard Mikloš 2024-02-07 21:14:16 +01:00
parent 9eddb45799
commit e53190ae30
3 changed files with 7 additions and 1 deletions

BIN
assets/images/ye.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

@ -341,3 +341,9 @@ button:hover {
width: 175px;
color: var(--primary-text);
}
.ye-span:hover > body{
background: url('/assets/images/ye.jpg');
background-repeat: repeat;
background-size: 10%;
}

@ -1,3 +1,3 @@
<footer>
<p>Toto nie je oficiálna stránka Adlerky, jedná sa o neoficiálnu študentskú stránku</p>
<p>Toto nie je oficiálna stránka <span class="ye-span">Adlerky</span>, jedná sa o neoficiálnu študentskú stránku</p>
</footer>