diff --git a/css/style.css b/css/style.css index b515e97c..d73d56a8 100644 --- a/css/style.css +++ b/css/style.css @@ -746,6 +746,17 @@ p.comment-form-author { background:#134E5E; padding: 1.5em 0; } +.socials{ + padding-left: 0; + display: flex; + justify-content: left; + height: 1.7em; + padding-right: 1.5em; +} +.socials a:focus{ + outline:auto; + outline-style: none; +} .copy-right p{ color:#fff; font-size:0.953em; diff --git a/images/fb.png b/images/fb.png new file mode 100644 index 00000000..2349b68b Binary files /dev/null and b/images/fb.png differ diff --git a/images/insta.png b/images/insta.png new file mode 100644 index 00000000..63968955 Binary files /dev/null and b/images/insta.png differ diff --git a/images/youtube.png b/images/youtube.png new file mode 100644 index 00000000..4f2a8209 Binary files /dev/null and b/images/youtube.png differ diff --git a/index.html b/index.html index d7be7e04..39ee10e8 100644 --- a/index.html +++ b/index.html @@ -635,8 +635,19 @@