From 8b3924ce718bf29cef71d843f7f253f4c832e786 Mon Sep 17 00:00:00 2001 From: Fedor Date: Tue, 7 Apr 2026 17:58:09 +0500 Subject: [PATCH 1/4] =?UTF-8?q?1=20=D0=B7=D0=B0=D0=B4=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 13 +++++++++++ styles.css | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+) diff --git a/index.html b/index.html index 846cf93..e31be11 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,19 @@ + +
+ + + +
\ No newline at end of file diff --git a/styles.css b/styles.css index e69de29..b998eee 100644 --- a/styles.css +++ b/styles.css @@ -0,0 +1,66 @@ +body { + margin: 0; + padding: 20px; + background-color: darkgrey; +} + +.wraper { + display: flex; + gap: 20px; +} + +.logo { + width: 100px; + height: 100px; + position: relative; + overflow: hidden; +} + +.logomiky .gibball { + width: 60px; + height: 60px; + background: black; + border-radius: 50%; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -20%); +} + +.logomiky .leftball { + width: 31px; + height: 31px; + background: black; + border-radius: 50%; + position: absolute; + top: 18px; + left: 10px; +} + +.logomiky .rightball { + width: 31px; + height: 31px; + background: black; + border-radius: 50%; + position: absolute; + top: 18px; + right: 10px; +} + +.logojapan { + background: white; + display: flex; + justify-content: center; + align-items: center; +} + +.logojapan .redball { + width: 50px; + height: 50px; + background: red; + border-radius: 50%; +} + +.logojapan .redball:last-child { + display: none; +} \ No newline at end of file From caca343a9298a117151839ac80b6a9da088eda9e Mon Sep 17 00:00:00 2001 From: Fedor Date: Tue, 7 Apr 2026 18:40:15 +0500 Subject: [PATCH 2/4] =?UTF-8?q?2=20=D0=B7=D0=B0=D0=B4=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 11 ++++++++++- index.js | 21 +++++++++++++++------ styles.css | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 65 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index e31be11..73523c1 100644 --- a/index.html +++ b/index.html @@ -6,8 +6,17 @@ - + +
+ +