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) } +