From 4c12f683a085169f8ce1d46931be13e213111eb5 Mon Sep 17 00:00:00 2001
From: Yauheniya Labanava <30413511+evjlobanova@users.noreply.github.com>
Date: Sat, 3 Jul 2021 19:10:49 -0700
Subject: [PATCH 1/2] Create links.html
---
HW6/links.html | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
create mode 100644 HW6/links.html
diff --git a/HW6/links.html b/HW6/links.html
new file mode 100644
index 0000000..93ad1e3
--- /dev/null
+++ b/HW6/links.html
@@ -0,0 +1,39 @@
+
+
+
+ Лобанова Е. Домашнее задание 5
+
+
+
+
+
+
+
+
+
+
+
+
From f7eba9930be33045636cd348ea296fb1512ca3ed Mon Sep 17 00:00:00 2001
From: Yauheniya Labanava <30413511+evjlobanova@users.noreply.github.com>
Date: Sat, 3 Jul 2021 19:13:34 -0700
Subject: [PATCH 2/2] Create links.css
---
HW6/links.css | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 72 insertions(+)
create mode 100644 HW6/links.css
diff --git a/HW6/links.css b/HW6/links.css
new file mode 100644
index 0000000..7176373
--- /dev/null
+++ b/HW6/links.css
@@ -0,0 +1,72 @@
+body {
+font-family: 'Montserrat', sans-serif;
+font-size: 25px;
+padding: 10px;
+}
+.first a{
+display: inline-block;
+padding: 10px;
+border-right: 5px solid #f50404;
+color: forestgreen;
+}
+.first a[href="https://evjlobanova.github.io/HW5/maket_table.html#Triatlon"]{
+border-right: #ff000000;
+}
+.first:hover a{
+color: red;
+}
+.second{
+margin-top: 5px ;
+}
+.second span{
+display: inline-block;
+background-color: red;
+height: 50px;
+width: 5px;
+}
+.second a{
+color: forestgreen;
+display: inline-block;
+padding: 7px;
+}
+.second:hover a{
+color: red;
+}
+.third a{
+display: inline-block;
+padding: 10px;
+color: forestgreen;
+}
+.third:hover a{
+color: red;
+}
+.third a[href="https://evjlobanova.github.io/HW5/maket_table.html#Triatlon"]:before{
+content: "|";
+color: red;
+font-size: 50px;
+margin: 15px ;
+}
+.third a[href="https://evjlobanova.github.io/HW5/maket_table.html#Hockey"]:before{
+content: "|";
+color: red;
+font-size: 50px;
+margin: 15px ;
+}
+.third a[href="https://evjlobanova.github.io/HW5/maket_table.html#Football"]:before{
+content: "|";
+color: red;
+font-size: 50px;
+margin: 15px ;
+}
+.forth a{
+display: inline-block;
+padding: 10px;
+border-right: 5px solid #f50404;
+color: forestgreen;
+}
+.forth a:nth-of-type(4){
+border-right: 5px solid #f5040400;
+}
+.forth:hover a{
+color: red;
+}