From 90726c6b5b475ed0523e2d4889a50f181fc5fd7c Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Tue, 12 Apr 2022 18:29:30 +0300 Subject: [PATCH] =?UTF-8?q?add=20russia=20flag=20=F0=9F=8F=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/humans.txt | 2 +- src/index.html | 8 ++++++++ src/styles.css | 16 ++++++++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/src/humans.txt b/src/humans.txt index 99fd172..9dec515 100644 --- a/src/humans.txt +++ b/src/humans.txt @@ -1,5 +1,5 @@ /* SITE */ -Last Updated: Fri Mar 17 03:45 PM MSK 2022 +Last Updated: Fri Apr 09 13:13 AM MSK 2022 Components: Nil /* TEAM */ diff --git a/src/index.html b/src/index.html index 20a6d1c..15f4426 100644 --- a/src/index.html +++ b/src/index.html @@ -8,6 +8,14 @@ +
+

+

+

+

+

+
+

Alexander Popov aka i3k, iiiypuk and other...

diff --git a/src/styles.css b/src/styles.css index 1a50876..cfa69cf 100644 --- a/src/styles.css +++ b/src/styles.css @@ -7,8 +7,24 @@ body { font-family: var(--font-family); line-height: 1.3rem; font-size: var(--font-size); + margin: 0; } +.flag { + box-shadow: 0 0 10px 1px #000000; + margin-bottom: 20px; +} + +.flag p { + margin: 0; padding: 0; + height: 10px; +} + +.flag #g { background-color: #777777; height: 1px; } +.flag #w { background-color: #ffffff; } +.flag #b { background-color: #d52b1e; } +.flag #r { background-color: #0039a6; } + .container { max-width: 860px; margin: 0 auto;