diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-03-15 11:35:02 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-03-15 11:35:02 +0100 |
commit | 2ea653353f35c43b9941bbcfa167d1d75efcafbd (patch) | |
tree | 6f429b2465e83e129669f4bdf5ac1bc126806714 /wpisy/index.html | |
parent | aa40aaa9a871ed4b20ca6696c3d13bf8ad73772b (diff) | |
download | kronika-2ea653353f35c43b9941bbcfa167d1d75efcafbd.tar.gz kronika-2ea653353f35c43b9941bbcfa167d1d75efcafbd.zip |
Add joinus section
Diffstat (limited to 'wpisy/index.html')
-rw-r--r-- | wpisy/index.html | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/wpisy/index.html b/wpisy/index.html new file mode 100644 index 0000000..fedd134 --- /dev/null +++ b/wpisy/index.html @@ -0,0 +1,47 @@ +<style> +.joinus { + position: relative; + top: -10px; + width: 100vw; + padding: 160px 20%; + background-image: url(/assets/bg.jpg); + background-size: cover; + background-position: 50%; + background-repeat: no-repeat; + display: flex; + flex-direction: column; +} + +.joinus button { + width: 160px; +} + +.title { + background-color: #340c0e; + color: #fff; + width: 260px; + height: 85px; + margin-bottom: 20px; + text-align: left; + padding: 10px; + font-size: 24px; +} + +@media (max-width: 420px) { + .joinus { + align-items: center; + } +} +</style> +<section class="joinus"> + <div class="heading"> + <div class="title"> + Rozpocznij swoją harcerską przygodę! + </div> + </div> + <a href="/kontakt" class="button">Dołącz do nas</a> +</section> + +<h1>19 PDH Puszcza</h1> + +<a href="/kronika">Nasza kronika</a> |