subtitle
This commit is contained in:
parent
96cd11854a
commit
65ddf4982e
1 changed files with 12 additions and 10 deletions
22
index.html
22
index.html
|
@ -1,10 +1,11 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title> Deez nuts </title>
|
<title> Deez nuts </title>
|
||||||
<style>
|
<style>
|
||||||
.text {
|
.text {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
.subtitle {
|
.subtitle {
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
|
@ -36,23 +37,24 @@
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body> <center>
|
<body> <center>
|
||||||
<div class='container'>
|
<div class='container'>
|
||||||
<div class='main'>
|
<div class='main'>
|
||||||
<h1 class='title' style='font-size:44px'>Tohle je přepadení</h1>
|
<h1 class='title' style='font-size:44px'>Tohle je přepadení</h1>
|
||||||
<p class='text'>"<i>Proč jsme takový vemena Matúši?</i>"</p>
|
<p class='text'>"<i>Proč jsme takový vemena Matúši?</i>"</p><br><br>
|
||||||
|
<p class='text'>Webové stránky takového toho tamtoho člověka</p><br><br>
|
||||||
|
|
||||||
<h2 class='subtitle'>Kontakt</h2>
|
<h2 class='subtitle'>Kontakt</h2>
|
||||||
<p class='text'>
|
<p class='text'>
|
||||||
Osobní mail: matus1@pull.cz<br>
|
E-mail: matus1@pull.cz<br>
|
||||||
Discord: the_matuush<br>
|
Discord: the_matuush<br>
|
||||||
Github: <a href='https://github.com/matuush'>Matuush</a>
|
|
||||||
</p>
|
</p>
|
||||||
<h2>
|
<h2>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<img src='karinka.jpg' class='left'> </img>
|
<img src='karinka.jpg' class='left'><a class='text'><i>Obrázek 1:</i> Karinka</a></img>
|
||||||
<img src='puficek.jpg' class='right'> </img>
|
<img src='puficek.jpg' class='right'><a class='text'><i>Obrázek 2:</i> Pufíček</a></img>
|
||||||
</center></body>
|
</center> </body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue