pedf
/
jakjsmenatom
Archived
1
0
Fork 0

Ilustrace v úvodu

master
Emil Miler 3 years ago
parent 66bdde6b70
commit c49726cb73

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

@ -38,9 +38,18 @@
text-align: center;
padding: 0 1em;
}
header .title {
display: flex;
align-items: flex-end;
margin-bottom: 5rem;
border-bottom: 3px solid #b52637;
}
header .title img {
max-height: 20rem;
margin: 2rem;
}
header h1 {
font-size: 4em;
margin-bottom: 5rem;
}
header p { font-size: 1.5em }
@ -90,6 +99,11 @@
}
@media only screen and (max-width: 1000px) {
header .title {
flex-direction: column-reverse;
align-items: center;
}
header h1 { font-size: 2em }
nav {
max-width: 20em;
width: 90%;
@ -103,7 +117,10 @@
</head>
<body>
<header>
<h1>Jak jsme na tom</h1>
<div class="title">
<h1>Jak jsme na tom</h1>
<img src="ilustrace.png" alt="">
</div>
<p>Tady se dozvíš nejnovější informace jak jsme na tom!</p>