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: 60px;
|
||||||
font-size: calc(50px + 16 * (100vw - 320px) / (960 - 320));
|
font-size: calc(50px + 16 * (100vw - 320px) / (960 - 320));
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
margin-bottom: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-shadow: #000 5px 5px 5px;
|
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 {
|
.main {
|
||||||
margin: 0 0 50px;
|
margin: 0 0 50px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?v=1">
|
<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">
|
<link rel="stylesheet" href="app.css">
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-99646499-3"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-99646499-3"></script>
|
||||||
<script>
|
<script>
|
||||||
|
@ -19,6 +19,7 @@
|
||||||
<section class="wrapper">
|
<section class="wrapper">
|
||||||
<header id="header" class="header">
|
<header id="header" class="header">
|
||||||
<h1 class="header__title">Wulkanowy</h1>
|
<h1 class="header__title">Wulkanowy</h1>
|
||||||
|
<p class="header__description">Nieoficjalna aplikacja mobilna dla dziennika <br>VULCAN UONET+</p>
|
||||||
</header>
|
</header>
|
||||||
<main id="main" class="main">
|
<main id="main" class="main">
|
||||||
<a
|
<a
|
||||||
|
|
Loading…
Reference in a new issue