From dd9eea4d306e7322e71f20cdf2b34337960b2cad Mon Sep 17 00:00:00 2001 From: Akshay Sebastian Date: Sun, 28 Oct 2018 16:44:21 +0530 Subject: [PATCH] New --- index.html | 6 ++++++ style.css | 2 ++ 2 files changed, 8 insertions(+) diff --git a/index.html b/index.html index 4fc7b6c..f7e8a82 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,12 @@

This is the content. +
+ +

This is more content nothing more much

+ +
+

diff --git a/style.css b/style.css index baab0f4..5ce0b47 100644 --- a/style.css +++ b/style.css @@ -15,6 +15,7 @@ body { font-family: sans-serif; padding-left: 20px; padding-right: 20px; + padding-top: :30px; } .btn { @@ -41,6 +42,7 @@ body { background-image: -ms-linear-gradient(top, #3cb0fd, #3498db); background-image: -o-linear-gradient(top, #3cb0fd, #3498db); background-image: linear-gradient(to bottom, #3cb0fd, #3498db); + background: transparent; text-decoration: none; }