From a2db76a18ca0b8c2865e23aff11aeb6fdb9ceabe Mon Sep 17 00:00:00 2001 From: Cyb_detective <66636466+cipher387@users.noreply.github.com> Date: Tue, 21 Dec 2021 21:02:10 +0300 Subject: [PATCH] Update style.css --- style.css | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) diff --git a/style.css b/style.css index f029591..d47d007 100644 --- a/style.css +++ b/style.css @@ -70,4 +70,77 @@ a text-align: center; } +.mainsite-button +{ + color: #fff; + background: red; + padding: 3px 7px; + font-weight: 500; + font-size: 18px; + border-radius: 4px; + vertical-align: middle; + text-align: center; + +} + + +.telegram-follow-button { + color: #fff; + background: #1e97d7; + padding: 3px 7px; + font-weight: 500; + font-size: 18px; + border-radius: 4px; + vertical-align: middle; + text-align: center; +} +.linkedin-follow-button { + color: #fff; + background: #2867B2; + padding: 3px 7px; + font-weight: 500; + font-size: 18px; + border-radius: 4px; + vertical-align: middle; + text-align: center; +} +.github-follow-button { + color: black; + background: silver; + padding: 3px 7px; + font-weight: 500; + font-size: 18px; + border-radius: 4px; + vertical-align: middle; + text-align: center; +} +.revue-follow-button { + color: #fff; + background: #FFA500; + padding: 3px 7px; + font-weight: 500; + font-size: 18px; + border-radius: 4px; + vertical-align: middle; + text-align: center; +} +.telegram-follow-button:hover { + background: #167ba5; + color: #fff; +} +.telegram-follow-button img{ + width: 20px; + vertical-align: middle; +} +.twitter-follow-button-2 { + color: #fff; + background: #1DA1F2; + padding: 3px 7px; + font-weight: 500; + font-size: 18px; + border-radius: 4px; + vertical-align: middle; + text-align: center; + +}