We go dark
This commit is contained in:
parent
af5dea15c4
commit
e5c7b0693c
2 changed files with 17 additions and 14 deletions
|
@ -1,3 +1,7 @@
|
|||
body {
|
||||
background-color: #101010;
|
||||
color: white;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'xenippa';
|
||||
src: URL('img/xenippa.ttf') format('truetype');
|
||||
|
@ -6,7 +10,7 @@
|
|||
font-family: 'ninifont';
|
||||
src: URL('img/ninifont.otf') format('opentype');
|
||||
}
|
||||
h1, h2, a, p {color: black;}
|
||||
a {color: #4444ff;}
|
||||
h1 {font-size: 600%;font-family: xenippa;}
|
||||
h2 {font-size: 275%;font-family: xenippa;}
|
||||
.cite {font-size: 150%; font-family: ninifont;}
|
||||
|
@ -16,11 +20,10 @@ img {
|
|||
height: 100%;
|
||||
}
|
||||
.box {
|
||||
border-radius: 1%;
|
||||
margin-left: 5%;
|
||||
margin-right: 5%;
|
||||
padding: 1%;
|
||||
background-color: lightgray;
|
||||
background-color: #303030;
|
||||
}
|
||||
.imgcontain {object-fit: contain;}
|
||||
|
||||
|
|
22
index.html
22
index.html
|
@ -11,17 +11,6 @@
|
|||
|
||||
<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'>
|
||||
<h2>O kom, o čem</h2>
|
||||
<p>Programátor - <a href='https://git.chillplace.beer/matuush'>git.chillplace.beer/matuush</a></p>
|
||||
|
@ -34,6 +23,17 @@
|
|||
|
||||
<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'>
|
||||
<h2>Cool projekty</h2>
|
||||
<p>Logik: <a href='https://git.chillplace.beer/matuush/logik'>git.chillplace.beer/matuush/logik</a></p>
|
||||
|
|
Loading…
Reference in a new issue