From 0a815f2fd119cafd33450dbd016f4efac5ff77fc Mon Sep 17 00:00:00 2001
From: ConstantineTU <8kozmo8@gmail.com>
Date: Sun, 17 Oct 2021 02:58:12 +0500
Subject: [PATCH 01/10] =?UTF-8?q?init:=20start=20cssMemSlider-task=20(?=
=?UTF-8?q?=D0=92=D1=81,=20=D0=BE=D0=BA=D1=82=2017,=202021=20=202:58:12)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
cssMemSlider/index.html | 18 ++++++++++
cssMemSlider/style.css | 76 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 94 insertions(+)
create mode 100644 cssMemSlider/index.html
create mode 100644 cssMemSlider/style.css
diff --git a/cssMemSlider/index.html b/cssMemSlider/index.html
new file mode 100644
index 0000000..06f8822
--- /dev/null
+++ b/cssMemSlider/index.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+ cssMemSlider
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/cssMemSlider/style.css b/cssMemSlider/style.css
new file mode 100644
index 0000000..15a3952
--- /dev/null
+++ b/cssMemSlider/style.css
@@ -0,0 +1,76 @@
+* {
+ padding: 0px;
+ margin: 0px;
+ border: 0px;
+}
+*,
+*:before,
+*:after {
+ -moz-box-sizing: border-box;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+}
+:focus,
+:active {
+ outline: none;
+}
+a:focus,
+a:active {
+ outline: none;
+}
+aside,
+nav,
+footer,
+header,
+section {
+ display: block;
+}
+html,
+body {
+ height: 100%;
+ min-width: 320px;
+}
+body {
+ line-height: 1;
+ font-family: "Roboto", sans serif;
+ -ms-text-size-adjust: 100%;
+ -moz-text-size-adjust: 100%;
+ -webkit-text-size-adjust: 100%;
+}
+input,
+button,
+textarea {
+ font-family: "Roboto", sans serif;
+}
+input::-ms-clear {
+ display: none;
+}
+button {
+ cursor: pointer;
+}
+button::-moz-focus-inner {
+ padding: 0;
+ border: 0;
+}
+a,
+a:visited {
+ text-decoration: none;
+}
+a:hover {
+ text-decoration: none;
+}
+ul li {
+ list-style: none;
+}
+img {
+ vertical-align: top;
+}
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ font-weight: inherit;
+ font-size: inherit;
+}
From b5a253b29ebc5753085f5dc7e3fb2155953df1a1 Mon Sep 17 00:00:00 2001
From: ConstantineTU <8kozmo8@gmail.com>
Date: Sun, 17 Oct 2021 03:30:45 +0500
Subject: [PATCH 02/10] =?UTF-8?q?feat:=20add=20html=20DOM=20(=D0=92=D1=81,?=
=?UTF-8?q?=20=D0=BE=D0=BA=D1=82=2017,=202021=20=203:30:45)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
cssMemSlider/index.html | 48 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/cssMemSlider/index.html b/cssMemSlider/index.html
index 06f8822..85d7648 100644
--- a/cssMemSlider/index.html
+++ b/cssMemSlider/index.html
@@ -13,6 +13,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+