subtitle
This commit is contained in:
parent
96cd11854a
commit
65ddf4982e
1 changed files with 12 additions and 10 deletions
20
index.html
20
index.html
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<head>
|
||||
<title> Deez nuts </title>
|
||||
<style>
|
||||
.text {
|
||||
font-size: 24px;
|
||||
color: white;
|
||||
}
|
||||
.subtitle {
|
||||
font-size: 36px;
|
||||
|
@ -36,23 +37,24 @@
|
|||
justify-items: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body> <center>
|
||||
<body> <center>
|
||||
<div class='container'>
|
||||
<div class='main'>
|
||||
<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>
|
||||
<p class='text'>
|
||||
Osobní mail: matus1@pull.cz<br>
|
||||
E-mail: matus1@pull.cz<br>
|
||||
Discord: the_matuush<br>
|
||||
Github: <a href='https://github.com/matuush'>Matuush</a>
|
||||
</p>
|
||||
<h2>
|
||||
</main>
|
||||
</div>
|
||||
<img src='karinka.jpg' class='left'> </img>
|
||||
<img src='puficek.jpg' class='right'> </img>
|
||||
</center></body>
|
||||
<img src='karinka.jpg' class='left'><a class='text'><i>Obrázek 1:</i> Karinka</a></img>
|
||||
<img src='puficek.jpg' class='right'><a class='text'><i>Obrázek 2:</i> Pufíček</a></img>
|
||||
</center> </body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue