cleanup
This commit is contained in:
parent
79c9e2d78f
commit
3040d9663b
1 changed files with 16 additions and 16 deletions
32
index.html
32
index.html
|
@ -11,18 +11,22 @@
|
|||
font-family: 'ninifont';
|
||||
src: URL('img/ninifont.otf') format('opentype');
|
||||
}
|
||||
.title {
|
||||
h1 {
|
||||
color: black;
|
||||
font-size: 300%;
|
||||
}
|
||||
.subtitle {
|
||||
h2 {
|
||||
color: black;
|
||||
font-size: 275%;
|
||||
}
|
||||
.text {
|
||||
a, p {
|
||||
color: black;
|
||||
font-size: 150%;
|
||||
}
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.quote {
|
||||
font-family: 'ninifont';
|
||||
}
|
||||
|
@ -30,10 +34,6 @@
|
|||
.left {grid-area: left;}
|
||||
.right {grid-area: right;}
|
||||
.down {grid-area: down;}
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.imgcontain {object-fit: contain;}
|
||||
.container {
|
||||
display: grid;
|
||||
|
@ -51,30 +51,30 @@ img {
|
|||
<body> <center>
|
||||
<div class='container'>
|
||||
<div class='main'>
|
||||
<h1 class='title'>Tohle je přepadení</h1>
|
||||
<h1>Tohle je přepadení</h1>
|
||||
<div id='quotes'> </div>
|
||||
</div>
|
||||
|
||||
<div class='left'> <div class='imgcontain'>
|
||||
<img src='img/karinka.jpg'>
|
||||
<a class='text'><i>Obrázek 1:</i></a>
|
||||
<a class='text', style="font-family: xenippa">Karinka</a>
|
||||
<a><i>Obrázek 1:</i></a>
|
||||
<a style="font-family: xenippa">Karinka</a>
|
||||
</div> </div>
|
||||
|
||||
<div class='right'> <div class='imgcontain'>
|
||||
<img src='img/puficek.jpg'>
|
||||
<a class='text'><i>Obrázek 2:</i></a>
|
||||
<a class='text', style="font-family: xenippa">Pufíček</a>
|
||||
<a><i>Obrázek 2:</i></a>
|
||||
<a style="font-family: xenippa">Pufíček</a>
|
||||
</div> </div>
|
||||
|
||||
<div class='down'>
|
||||
<h2 class='subtitle'>Projekty</h2>
|
||||
<p class='text'>
|
||||
<h2>Projekty</h2>
|
||||
<p>
|
||||
Rekurzivní piškvorky: <a href='p/index.html'>mat.uuush.eu/p</a><br>
|
||||
</p>
|
||||
|
||||
<h2 class='subtitle'>Kontakt</h2>
|
||||
<p class='text'>
|
||||
<h2>Kontakt</h2>
|
||||
<p>
|
||||
E-mail: matus1@pull.cz<br>
|
||||
Discord: the_matuush<br>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue