Soem changes to the SMP website

This commit is contained in:
Richard Mikloš 2024-01-17 10:37:05 +01:00
parent abcfc23346
commit 8f18be71d2
2 changed files with 18 additions and 11 deletions

@ -189,4 +189,9 @@ header ul {
} }
header ul li { header ul li {
list-style: circle; list-style: circle;
}
.feature-list {
width: 50%;
margin: auto;
} }

@ -2,17 +2,19 @@
<h1 class="title">Vitaj na oficiálnej AdlerkaSMP stránke</h1> <h1 class="title">Vitaj na oficiálnej AdlerkaSMP stránke</h1>
<p>Najlepší Minecraft™ server na Adlerke</p> <p>Najlepší Minecraft™ server na Adlerke</p>
<hr> <hr>
<ul> <wrapper class="feature-list">
<p>Čo u nás môžeš nájsť?</p>
<li>Vlastné pluginy</li>
<ul> <ul>
<li>Plugin 1</li> <p>Čo u nás môžeš nájsť?</p>
<li>Plugin 2</li> <li>Vlastné pluginy</li>
<ul>
<li>Plugin 1</li>
<li>Plugin 2</li>
</ul>
<li>Kvalitné pluginy</li>
<ul>
<li>Oraxen</li>
<li>ModelManager</li>
</ul>
</ul> </ul>
<li>Kvalitné pluginy</li> </wrapper>
<ul>
<li>Oraxen</li>
<li>ModelManager</li>
</ul>
</ul>
</header> </header>