oprava css

This commit is contained in:
Lukáš Kaňka 2024-01-08 13:39:16 +01:00
parent 406f990f6a
commit 483da46058
2 changed files with 174 additions and 172 deletions

View File

@ -2,21 +2,21 @@
<html lang="cz"> <html lang="cz">
<head> <head>
<meta content="Dokumentace pro všechny testery" name="description" /> <meta content="Dokumentace pro všechny testery" name="description"/>
<meta content="Playwright, Automatizované testovaní, Testování software" name="keywords" /> <meta content="Playwright, Automatizované testovaní, Testování software" name="keywords"/>
<meta content="Lukáš Kaňka" name="author" /> <meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8" /> <meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport" /> <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="/style.css" rel="stylesheet" /> <link href="/style.css" rel="stylesheet"/>
<link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon" /> <link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
<title>Testing Docs - Playwright jak začít</title> <title>Testing Docs - Playwright jak začít</title>
</head> </head>
<body> <body>
<h1>Testing Docs CZ</h1> <h1>Testing Docs CZ</h1>
<h2>Dokumentace pro všechny testery</h2> <h2>Dokumentace pro všechny testery</h2>
<hr /> <hr/>
<div class="menu"> <div class="menu">
<center> <center>
<ul> <ul>
<li class="menu-item"> <li class="menu-item">
@ -33,10 +33,10 @@
</li> </li>
</ul> </ul>
</center> </center>
</div> </div>
<hr /> <hr/>
<div class="flexbox"> <div class="flexbox">
<div class="navigation"> <div class="navigation">
<table> <table>
<caption> <caption>
@ -120,6 +120,8 @@
</div> </div>
</div> </div>
<div class="articles"> <div class="articles">
<table> <table>
<caption> <caption>
Nejdůležitější články: Nejdůležitější články:
@ -138,8 +140,8 @@
</tr> </tr>
</table> </table>
</div> </div>
</div> </div>
<footer>Copyright &copy; Lukáš Kaňka 2023</footer> <footer>Copyright &copy; Lukáš Kaňka 2023</footer>
</body> </body>
</html> </html>

View File

@ -34,7 +34,7 @@ body {
.content { .content {
flex: 3; flex: 3;
/* margin-top: 20px; */ margin-bottom: 25px;
} }
.articles { .articles {