|
|
|
@ -15,6 +15,7 @@
|
|
|
|
|
body {
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-family: moderat, sans-serif;
|
|
|
|
|
font-size: 15pt;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
header {
|
|
|
|
@ -30,10 +31,10 @@
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
header h1 {
|
|
|
|
|
font-size: 5em;
|
|
|
|
|
font-size: 4em;
|
|
|
|
|
margin-bottom: 5rem;
|
|
|
|
|
}
|
|
|
|
|
header p { font-size: 2em }
|
|
|
|
|
header p { font-size: 1.5em }
|
|
|
|
|
|
|
|
|
|
nav { margin: 4rem auto }
|
|
|
|
|
nav ul {
|
|
|
|
@ -54,6 +55,16 @@
|
|
|
|
|
border-color: #b52637;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
main {
|
|
|
|
|
max-width: 60rem;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
margin-bottom: 10rem;
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
}
|
|
|
|
|
main h2 { margin-top: 10rem }
|
|
|
|
|
main h2:first-child { margin-top: 0 }
|
|
|
|
|
main h3 { margin-top: 2em }
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
@ -77,6 +88,7 @@
|
|
|
|
|
<p>Aktualizováno xx.5.2021 v xx hodin.</p>
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
|
<main>
|
|
|
|
|
<h2 id="vyuka">Výuka</h2>
|
|
|
|
|
|
|
|
|
|
<p>Na praktickou výuku a praxe můžeš, ale bez platného negativního testu se to neobejde.</p>
|
|
|
|
@ -164,6 +176,7 @@
|
|
|
|
|
|
|
|
|
|
Pro rezervaci napiš na <a href="mailto:jan.bouril@pedf.cuni.cz">jan.bouril@pedf.cuni.cz</a>.
|
|
|
|
|
K ubytování budeš potřebovat platný antigenní test.
|
|
|
|
|
</main>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|