From 77e17404fd7dc3d3e7a6dda478bb5544ba00cf5d Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Mon, 26 Feb 2018 13:17:46 +0100 Subject: [PATCH] add button to main site --- grs/mainsite.css | 14 ++++++++++++++ index.ls | 5 +++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/grs/mainsite.css b/grs/mainsite.css index 37b8b31..f094d3d 100644 --- a/grs/mainsite.css +++ b/grs/mainsite.css @@ -219,6 +219,20 @@ button{ margin-right: 10px; box-shadow: 1px 1px 1px #9f9F9F; } +a.about{ + display: block; + text-decoration: none; + padding:5px; + padding-top: 10px; + padding-bottom: 10px; + border-radius: 5px; + box-shadow: 1px 1px 1px #9f9F9F; + background-color: #5fa6cf; + text-align: center; + color: white; + margin-top: 10px; + font-weight: bold; +} div[data-id="status"]{ padding-left: 10px; padding-top:5px; diff --git a/index.ls b/index.ls index 5ec76e5..33b5394 100644 --- a/index.ls +++ b/index.ls @@ -91,8 +91,8 @@