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">
<head>
<meta content="Dokumentace pro všechny testery" name="description" />
<meta content="Playwright, Automatizované testovaní, Testování software" name="keywords" />
<meta content="Lukáš Kaňka" name="author" />
<meta charset="UTF-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<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" />
<meta content="Dokumentace pro všechny testery" name="description"/>
<meta content="Playwright, Automatizované testovaní, Testování software" name="keywords"/>
<meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<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"/>
<title>Testing Docs - Playwright jak začít</title>
</head>
<body>
<h1>Testing Docs CZ</h1>
<h2>Dokumentace pro všechny testery</h2>
<hr />
<div class="menu">
<h1>Testing Docs CZ</h1>
<h2>Dokumentace pro všechny testery</h2>
<hr/>
<div class="menu">
<center>
<ul>
<li class="menu-item">
@ -33,10 +33,10 @@
</li>
</ul>
</center>
</div>
<hr />
</div>
<hr/>
<div class="flexbox">
<div class="flexbox">
<div class="navigation">
<table>
<caption>
@ -120,6 +120,8 @@
</div>
</div>
<div class="articles">
<table>
<caption>
Nejdůležitější články:
@ -138,8 +140,8 @@
</tr>
</table>
</div>
</div>
<footer>Copyright &copy; Lukáš Kaňka 2023</footer>
</div>
<footer>Copyright &copy; Lukáš Kaňka 2023</footer>
</body>
</html>

View File

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