From 8198a32a1aeed25197bd6983661d5b6551ee7078 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Thu, 24 Jun 2021 10:08:03 +0200 Subject: [PATCH] =?UTF-8?q?Pati=C4=8Dka,=20loga=20s=20odkazy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- img/logo-nadacecs.svg | 1 + img/logo-pedf.svg | 1 + index.html | 9 +++++++++ style.css | 19 ++++++++++++++++++- 4 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 img/logo-nadacecs.svg create mode 100644 img/logo-pedf.svg diff --git a/img/logo-nadacecs.svg b/img/logo-nadacecs.svg new file mode 100644 index 0000000..4a97b8f --- /dev/null +++ b/img/logo-nadacecs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/logo-pedf.svg b/img/logo-pedf.svg new file mode 100644 index 0000000..9d24c78 --- /dev/null +++ b/img/logo-pedf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 9cceb0b..0ba9ae4 100644 --- a/index.html +++ b/index.html @@ -137,6 +137,15 @@ + + diff --git a/style.css b/style.css index c4add50..9fe32c1 100644 --- a/style.css +++ b/style.css @@ -32,7 +32,7 @@ header { align-items: center; justify-content: center; - padding: 1rem; + padding: 1em; font-size: 1.5rem; } header p { @@ -128,3 +128,20 @@ main .articles .list article a { } main .articles .list article:hover h3 { text-decoration: underline } +footer { + display: flex; + align-items: center; + justify-content: center; + flex-wrap: wrap; + + margin: 15em auto; + padding: 1em; +} +footer img { + width: 18em; + margin: 2em; + transition: transform .2s ease-out; +} +footer img.pedf { width: 10em } +footer img:hover { transform: scale(1.1) } +