From 4e8a3133f0ac69589e78297c2305d61e79dc2bde Mon Sep 17 00:00:00 2001 From: Eugene Serb <46799701+eugene-serb@users.noreply.github.com> Date: Fri, 17 Jun 2022 13:30:39 +0300 Subject: [PATCH] Added created by block --- css/styles.css | 18 +++++++++++++++++- index.html | 3 +++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index fe0d518..f7e5e17 100644 --- a/css/styles.css +++ b/css/styles.css @@ -330,16 +330,32 @@ legend { .footer-wrapper { padding-top: 32px; padding-bottom: 32px; + display: flex; + flex-direction: row; + justify-content: space-between; + flex-wrap: wrap; + gap: 32px; } .annotation__text { color: var(--color-anotation); } + .created-by { + align-self: end; + } + + .created-by > span { + padding-right: 8px; + } + + .created-by > a { + font-size: 32px; + } + /* ----------- */ /* WAVE MASTER */ /* ----------- */ - .wavelovers { display: flex; flex-direction: column; diff --git a/index.html b/index.html index 896e805..3e111a0 100644 --- a/index.html +++ b/index.html @@ -103,6 +103,9 @@ © 2022 Wavelovers. Content licensed under GNU General Public License v3.0
This site is open source. Improve this page. +
+ Created byEugene Serb. +