From 766aee025119c9ff3169f4fffa2e16334eedb502 Mon Sep 17 00:00:00 2001 From: Vlad Zhichkin Date: Wed, 20 Mar 2019 01:27:37 +0400 Subject: [PATCH 1/4] =?UTF-8?q?First=20commit:=20Zhichkin,=202=20variant?= =?UTF-8?q?=202.html=20=D1=8D=D1=82=D0=BE=20=D0=B2=D1=82=D0=BE=D1=80=D0=BE?= =?UTF-8?q?=D0=B9=20=D0=B2=D0=B0=D1=80=D0=B8=D0=B0=D0=BD=D1=82=20=D1=80?= =?UTF-8?q?=D0=B5=D1=88=D0=B5=D0=BD=D0=B8=D1=8F=202.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/1.html | 5 ++++- tasks/2 variant 2.html | 48 ++++++++++++++++++++++++++++++++++++++++++ tasks/2.html | 13 +++++++++++- tasks/3.html | 3 ++- tasks/4.html | 2 +- tasks/5.html | 4 +++- 6 files changed, 70 insertions(+), 5 deletions(-) create mode 100644 tasks/2 variant 2.html diff --git a/tasks/1.html b/tasks/1.html index 62be4d7..1529202 100755 --- a/tasks/1.html +++ b/tasks/1.html @@ -13,7 +13,10 @@

 

diff --git a/tasks/2 variant 2.html b/tasks/2 variant 2.html new file mode 100644 index 0000000..21f60ba --- /dev/null +++ b/tasks/2 variant 2.html @@ -0,0 +1,48 @@ + + + + CSS-селекторы + + + + + +

 

+

Решите задачу, используя background: <color> и border: 2px solid #000

+ +
+ + +
+
+
+
+
+
+
+
+ +
+ +
+
+ + + + + + diff --git a/tasks/2.html b/tasks/2.html index 27ecc28..3a9f0e5 100755 --- a/tasks/2.html +++ b/tasks/2.html @@ -12,7 +12,18 @@

 

diff --git a/tasks/3.html b/tasks/3.html index c652179..8417d51 100755 --- a/tasks/3.html +++ b/tasks/3.html @@ -12,7 +12,8 @@

 

diff --git a/tasks/4.html b/tasks/4.html index b367da7..126efef 100755 --- a/tasks/4.html +++ b/tasks/4.html @@ -12,7 +12,7 @@

 

diff --git a/tasks/5.html b/tasks/5.html index 98f61c4..a8a3b4d 100755 --- a/tasks/5.html +++ b/tasks/5.html @@ -12,7 +12,9 @@

 

From bb79d9886d5a79432498f8808b1dedd18f69b50c Mon Sep 17 00:00:00 2001 From: Vlad Zhichkin Date: Fri, 22 Mar 2019 03:14:57 +0400 Subject: [PATCH 2/4] =?UTF-8?q?Zhichkin.=2016=20=D0=B7=D0=B0=D0=B4=D0=B0?= =?UTF-8?q?=D1=87=20=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/1.html | 16 ++++++++++++---- tasks/10.html | 7 ++++++- tasks/11.html | 10 +++++++++- tasks/12.html | 7 ++++++- tasks/13.html | 4 +++- tasks/14.html | 4 +++- tasks/15.html | 4 +++- tasks/16.html | 16 ++++++++++++++-- tasks/2 variant 2.html | 2 +- tasks/2.html | 2 +- tasks/3.html | 8 ++++++-- tasks/4.html | 4 +++- tasks/5.html | 7 +++++-- tasks/6.html | 12 ++++++++++-- tasks/7.html | 7 ++++++- tasks/8.html | 5 ++++- tasks/9.html | 14 +++++++++++++- 17 files changed, 105 insertions(+), 24 deletions(-) diff --git a/tasks/1.html b/tasks/1.html index 1529202..2f63352 100755 --- a/tasks/1.html +++ b/tasks/1.html @@ -13,10 +13,18 @@

 

diff --git a/tasks/10.html b/tasks/10.html index d4510fa..4e7a202 100755 --- a/tasks/10.html +++ b/tasks/10.html @@ -12,7 +12,12 @@

 

diff --git a/tasks/11.html b/tasks/11.html index 7cbdc68..97d07c1 100755 --- a/tasks/11.html +++ b/tasks/11.html @@ -12,7 +12,15 @@

 

diff --git a/tasks/12.html b/tasks/12.html index df47ce3..51d4da4 100755 --- a/tasks/12.html +++ b/tasks/12.html @@ -12,7 +12,12 @@

 

diff --git a/tasks/13.html b/tasks/13.html index d9e3f6e..fd88044 100755 --- a/tasks/13.html +++ b/tasks/13.html @@ -12,7 +12,9 @@

 

diff --git a/tasks/14.html b/tasks/14.html index 980a2a5..f7cf424 100755 --- a/tasks/14.html +++ b/tasks/14.html @@ -12,7 +12,9 @@

 

diff --git a/tasks/15.html b/tasks/15.html index 705eeee..7322c26 100755 --- a/tasks/15.html +++ b/tasks/15.html @@ -12,7 +12,9 @@

 

diff --git a/tasks/16.html b/tasks/16.html index eb614cc..aa4d2f5 100755 --- a/tasks/16.html +++ b/tasks/16.html @@ -12,9 +12,21 @@

 

+ div:first-child { + background-color: #ff6698; + } + div.c1 { + background-color: #6698ff; + } + div#id1 { + background-color: #ffb366; + } + div.c7 { + background-color: #ffff66 !important; + } + +
diff --git a/tasks/2 variant 2.html b/tasks/2 variant 2.html index 21f60ba..d38076e 100644 --- a/tasks/2 variant 2.html +++ b/tasks/2 variant 2.html @@ -15,7 +15,7 @@

 

div.c1 { border: 2px solid #000; background: #ff6698; - } + } div.c2 { background: #ffb366; } diff --git a/tasks/2.html b/tasks/2.html index 3a9f0e5..27eaa6a 100755 --- a/tasks/2.html +++ b/tasks/2.html @@ -17,7 +17,7 @@

 

} div.c1 { border: 2px solid #000; - } + } div.c2 { background: #ffb366; } diff --git a/tasks/3.html b/tasks/3.html index 8417d51..6094687 100755 --- a/tasks/3.html +++ b/tasks/3.html @@ -12,8 +12,12 @@

 

diff --git a/tasks/4.html b/tasks/4.html index 126efef..b753c4b 100755 --- a/tasks/4.html +++ b/tasks/4.html @@ -12,7 +12,9 @@

 

diff --git a/tasks/5.html b/tasks/5.html index a8a3b4d..5552455 100755 --- a/tasks/5.html +++ b/tasks/5.html @@ -12,9 +12,12 @@

 

diff --git a/tasks/6.html b/tasks/6.html index 059db07..d93e888 100755 --- a/tasks/6.html +++ b/tasks/6.html @@ -11,8 +11,16 @@

 

Решите задачу, используя color: <color>

-
diff --git a/tasks/7.html b/tasks/7.html index c3e1e50..411e48e 100755 --- a/tasks/7.html +++ b/tasks/7.html @@ -12,7 +12,12 @@

 

diff --git a/tasks/8.html b/tasks/8.html index cd21aa6..b2db72e 100755 --- a/tasks/8.html +++ b/tasks/8.html @@ -12,7 +12,10 @@

 

diff --git a/tasks/9.html b/tasks/9.html index 30ac7f8..d2c8fab 100755 --- a/tasks/9.html +++ b/tasks/9.html @@ -12,7 +12,19 @@

 

From acd5eae2136ee286ff5b6c745f0ae4deaabc69fc Mon Sep 17 00:00:00 2001 From: Vlad Zhichkin Date: Sat, 23 Mar 2019 12:31:13 +0400 Subject: [PATCH 3/4] =?UTF-8?q?Zhichkin.=20=D0=BE=D1=81=D1=82=D0=B0=D0=B2?= =?UTF-8?q?=D1=88=D0=B8=D0=B5=D1=81=D1=8F=20=D0=B7=D0=B0=D0=B4=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=2017-20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/17.html | 7 ++++++- tasks/18.html | 10 +++++++++- tasks/19.html | 19 ++++++++++++++++++- tasks/20.html | 7 ++++++- 4 files changed, 39 insertions(+), 4 deletions(-) diff --git a/tasks/17.html b/tasks/17.html index c973a48..1af8cca 100755 --- a/tasks/17.html +++ b/tasks/17.html @@ -12,7 +12,12 @@

 

diff --git a/tasks/18.html b/tasks/18.html index 2634da4..7122d39 100755 --- a/tasks/18.html +++ b/tasks/18.html @@ -12,7 +12,15 @@

 

diff --git a/tasks/19.html b/tasks/19.html index 3af53a6..a76b52e 100755 --- a/tasks/19.html +++ b/tasks/19.html @@ -12,7 +12,24 @@

 

diff --git a/tasks/20.html b/tasks/20.html index 07a5869..5dafa7c 100755 --- a/tasks/20.html +++ b/tasks/20.html @@ -12,7 +12,12 @@

 

From d0face6a3cb03433d1057224341ca25e345e692e Mon Sep 17 00:00:00 2001 From: Vlad Zhichkin Date: Mon, 25 Mar 2019 03:55:20 +0400 Subject: [PATCH 4/4] =?UTF-8?q?zhichkin.=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=20=D1=81=D0=B8=D0=BB=D1=8C=D0=BD=D1=83=D1=8E=20?= =?UTF-8?q?=D0=BC=D0=B0=D0=B3=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/20.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tasks/20.html b/tasks/20.html index 5dafa7c..d815a95 100755 --- a/tasks/20.html +++ b/tasks/20.html @@ -12,12 +12,12 @@