Remove trailing whitespaces

This commit is contained in:
Matúš Púll 2025-07-24 17:52:01 +02:00
parent bbe709c083
commit a9884cb786

View file

@ -1,6 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title> Deez nuts </title> <title> Deez nuts </title>
<style> <style>
@font-face { @font-face {
@ -31,7 +31,7 @@ img {
#galerie { #galerie {
display: grid; display: grid;
grid-template-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr;
grid-template-areas: grid-template-areas:
"aa ab ac" "aa ab ac"
"ba bb bc"; "ba bb bc";
justify-items: center; justify-items: center;
@ -58,14 +58,14 @@ img {
</style> </style>
</head> </head>
<body> <center> <body> <center>
<div class='box'> <div class='box'>
<h1>Matúš</h1> <h1>Matúš</h1>
</div> </div>
<br> <br>
<div class='box'> <div class='box'>
<h2>Citáty</h2> <h2>Citáty</h2>
<p>"Proč jsme takový vemena Matúši?"<br> - Kačka</p> <p>"Proč jsme takový vemena Matúši?"<br> - Kačka</p>
<p>"Nepřišel Mohamed za javascriptem, přišel javascript za Mohamedem."<br> - Kubík</p> <p>"Nepřišel Mohamed za javascriptem, přišel javascript za Mohamedem."<br> - Kubík</p>
@ -89,7 +89,7 @@ img {
<br> <br>
<div class='box'> <div class='box'>
<h2>Cool projektíky</h2> <h2>Cool projekty</h2>
<p>Rekurzivní piškvorky: <a href='p/index.html'>mat.uush.cz/p</a></p> <p>Rekurzivní piškvorky: <a href='p/index.html'>mat.uush.cz/p</a></p>
<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>
<p>Ze editor: <a href='https://git.chillplace.beer/matuush/zeed'>git.chillplace.beer/matuush/zeed</a></p> <p>Ze editor: <a href='https://git.chillplace.beer/matuush/zeed'>git.chillplace.beer/matuush/zeed</a></p>
@ -100,12 +100,12 @@ img {
<div class="box"> <div class="box">
<h2>Umění</h2> <h2>Umění</h2>
<div id="galerie"> <div id="galerie">
<div id="gal0" class="gal"><img class="galimg" id="galimg0"></div> <div id="gal0" class="gal"><img class="galimg" id="galimg0"></div>
<div id="gal1" class="gal"><img class="galimg" id="galimg1"></div> <div id="gal1" class="gal"><img class="galimg" id="galimg1"></div>
<div id="gal2" class="gal"><img class="galimg" id="galimg2"></div> <div id="gal2" class="gal"><img class="galimg" id="galimg2"></div>
<div id="gal3" class="gal"><img class="galimg" id="galimg3"></div> <div id="gal3" class="gal"><img class="galimg" id="galimg3"></div>
<div id="gal4" class="gal"><img class="galimg" id="galimg4"></div> <div id="gal4" class="gal"><img class="galimg" id="galimg4"></div>
<div id="gal5" class="gal"><img class="galimg" id="galimg5"></div> <div id="gal5" class="gal"><img class="galimg" id="galimg5"></div>
</div> </div>
<button class="foot" id="lgal"><p><</p></button> <button class="foot" id="lgal"><p><</p></button>
<p class="foot" id="counter"> </p> <p class="foot" id="counter"> </p>