From a23d197f549b8ea8125c3d02fafd5007b5accdb1 Mon Sep 17 00:00:00 2001 From: VladBein Date: Thu, 14 Apr 2022 22:18:57 +0500 Subject: [PATCH 1/3] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B2=D0=B0=D1=8F=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=8B=D1=82=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 190 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..788a24e --- /dev/null +++ b/index.html @@ -0,0 +1,190 @@ + + + + + + + + Фотографии Кеши + + + +
header
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+
+
+
+
+
День радио 2021г
+
Гоночные машины
+
Котики
+
Собачки
+
Лисы
+
Lorem ipsum dolor sit
+
Amet consectetur adipisicing elit
+
Illo voluptates
+
Lorem ipsum dolor sit
+
+ Ea dicta laboriosam illo labore non eos repellat +
+
+ Lorem ipsum dolor sit amet consectetur adipisicing elit. +
+
+ Magni qui veritatis vero optio voluptatibus distinctio + nesciunt in esse unde? +
+
+
+ + + From 3336b8675f4ad37c4114caf8e4f54aae5b1a2dc0 Mon Sep 17 00:00:00 2001 From: VladBein Date: Sun, 17 Apr 2022 18:47:20 +0500 Subject: [PATCH 2/3] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=BD=D0=B5=D1=81?= =?UTF-8?q?=20=D1=81=D1=82=D0=B8=D0=BB=D0=B8=20=D0=B2=20=D0=BE=D1=82=D0=B4?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BD=D1=83=D1=8E=20=D0=BF=D0=B0=D0=BF=D0=BA?= =?UTF-8?q?=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 64 +----------------------------------------------------- 1 file changed, 1 insertion(+), 63 deletions(-) diff --git a/index.html b/index.html index 788a24e..ab561a8 100644 --- a/index.html +++ b/index.html @@ -9,69 +9,7 @@ Фотографии Кеши - +
header
From cd38028158d219ec8d7e1dec6c791db71730f160 Mon Sep 17 00:00:00 2001 From: VladBein Date: Sun, 17 Apr 2022 18:50:37 +0500 Subject: [PATCH 3/3] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=20=D0=B2=20=D0=B3=D0=B8=D1=82=20=D1=81=D0=BE=D0=B7=D0=B4=D0=B0?= =?UTF-8?q?=D0=BD=D0=BD=D1=83=D1=8E=20=D0=BF=D0=B0=D0=BF=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 css/style.css diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..2fb0945 --- /dev/null +++ b/css/style.css @@ -0,0 +1,61 @@ +body { + background-color: rgb(228, 222, 222); +} +.header-block, +.footer-block { + background-color: white; + margin-right: 20px; + margin-left: 20px; + height: 50px; + display: flex; + justify-content: center; + align-items: center; +} +.header-block { + margin-top: 20px; + margin-bottom: 5px; +} +.footer-block { + margin-top: 5px; + margin-bottom: 20px; +} +.content-block { + background-color: white; + overflow: hidden; + margin-right: 20px; + margin-left: 20px; +} +.photos-block, +.tegs-block { + display: flex; + flex-grow: 0; + flex-shrink: 1; + flex-direction: row; + flex-wrap: wrap; + background-color: rgb(228, 222, 222); + margin-top: 20px; + margin-right: 40px; + margin-left: 40px; +} +.photos-block { + justify-content: center; + margin-top: 20px; +} +.photo { + width: 320px; + height: 240px; + margin: 12px; +} +.filter { + width: 320px; + margin-right: 12px; + margin-left: 12px; +} +.tegs-block { + margin-top: 40px; + margin-bottom: 20px; +} +.teg { + background-color: rgb(187, 184, 184); + margin: 12px; +}