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;