Add header description
This commit is contained in:
parent
520f9dc9a0
commit
780d96019a
2 changed files with 11 additions and 1 deletions
9
app.css
9
app.css
|
@ -38,10 +38,19 @@ body {
|
|||
font-size: 60px;
|
||||
font-size: calc(50px + 16 * (100vw - 320px) / (960 - 320));
|
||||
font-weight: normal;
|
||||
margin-bottom: 20px;
|
||||
text-align: center;
|
||||
text-shadow: #000 5px 5px 5px;
|
||||
}
|
||||
|
||||
.header__description {
|
||||
color :#fff;
|
||||
text-shadow: #000 1px 1px 5px;
|
||||
line-height: 1.7;
|
||||
margin-bottom: 40px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.main {
|
||||
margin: 0 0 50px;
|
||||
text-align: center;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?v=1">
|
||||
<title>Aplikacja mobilna Androidowy klient dziennika VULCAN UONET+</title>
|
||||
<title>Nieoficjalna aplikacja mobilna dla dziennika VULCAN UONET+ - Wulkanowy</title>
|
||||
<link rel="stylesheet" href="app.css">
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-99646499-3"></script>
|
||||
<script>
|
||||
|
@ -19,6 +19,7 @@
|
|||
<section class="wrapper">
|
||||
<header id="header" class="header">
|
||||
<h1 class="header__title">Wulkanowy</h1>
|
||||
<p class="header__description">Nieoficjalna aplikacja mobilna dla dziennika <br>VULCAN UONET+</p>
|
||||
</header>
|
||||
<main id="main" class="main">
|
||||
<a
|
||||
|
|
Loading…
Reference in a new issue