We go dark

This commit is contained in:
Matúš Púll 2025-08-17 12:30:44 +02:00
parent af5dea15c4
commit e5c7b0693c
2 changed files with 17 additions and 14 deletions

View file

@ -1,3 +1,7 @@
body {
background-color: #101010;
color: white;
}
@font-face { @font-face {
font-family: 'xenippa'; font-family: 'xenippa';
src: URL('img/xenippa.ttf') format('truetype'); src: URL('img/xenippa.ttf') format('truetype');
@ -6,7 +10,7 @@
font-family: 'ninifont'; font-family: 'ninifont';
src: URL('img/ninifont.otf') format('opentype'); src: URL('img/ninifont.otf') format('opentype');
} }
h1, h2, a, p {color: black;} a {color: #4444ff;}
h1 {font-size: 600%;font-family: xenippa;} h1 {font-size: 600%;font-family: xenippa;}
h2 {font-size: 275%;font-family: xenippa;} h2 {font-size: 275%;font-family: xenippa;}
.cite {font-size: 150%; font-family: ninifont;} .cite {font-size: 150%; font-family: ninifont;}
@ -16,11 +20,10 @@ img {
height: 100%; height: 100%;
} }
.box { .box {
border-radius: 1%;
margin-left: 5%; margin-left: 5%;
margin-right: 5%; margin-right: 5%;
padding: 1%; padding: 1%;
background-color: lightgray; background-color: #303030;
} }
.imgcontain {object-fit: contain;} .imgcontain {object-fit: contain;}

View file

@ -11,17 +11,6 @@
<br> <br>
<div class='box'>
<h2>Citáty</h2>
<p class='cite'>"Proč jsme takový vemena Matúši?"<br> - Kačka</p>
<p class='cite'>"Nepřišel Mohamed za javascriptem, přišel javascript za Mohamedem."<br> - Kubík</p>
<p class='cite'>"Chudák Mohamed."<br> - Jirka</p>
<p class='cite'>"Čau lidi, já jsem křeček."<br> - Topení</p>
<p class='cite'>"Koč je uložena v moulíc."<br> - Ríša</p>
</div>
<br>
<div class='box'> <div class='box'>
<h2>O kom, o čem</h2> <h2>O kom, o čem</h2>
<p>Programátor - <a href='https://git.chillplace.beer/matuush'>git.chillplace.beer/matuush</a></p> <p>Programátor - <a href='https://git.chillplace.beer/matuush'>git.chillplace.beer/matuush</a></p>
@ -34,6 +23,17 @@
<br> <br>
<div class='box'>
<h2>Citáty</h2>
<p class='cite'>"Proč jsme takový vemena Matúši?"<br> - Kačka</p>
<p class='cite'>"Nepřišel Mohamed za javascriptem, přišel javascript za Mohamedem."<br> - Kubík</p>
<p class='cite'>"Chudák Mohamed."<br> - Jirka</p>
<p class='cite'>"Čau lidi, já jsem křeček."<br> - Topení</p>
<p class='cite'>"Koč je uložena v moulíc."<br> - Ríša</p>
</div>
<br>
<div class='box'> <div class='box'>
<h2>Cool projekty</h2> <h2>Cool projekty</h2>
<p>Logik: <a href='https://git.chillplace.beer/matuush/logik'>git.chillplace.beer/matuush/logik</a></p> <p>Logik: <a href='https://git.chillplace.beer/matuush/logik'>git.chillplace.beer/matuush/logik</a></p>