From 7aa056abb6e901970958a0b9a09c15953f7e01fa Mon Sep 17 00:00:00 2001
From: jeel2308 <42006763+jeel2308@users.noreply.github.com>
Date: Tue, 30 Oct 2018 19:59:57 +0530
Subject: [PATCH] add some css
---
index.html | 22 +++++++++++++++++-----
style.css | 16 ++++++++++++++--
2 files changed, 31 insertions(+), 7 deletions(-)
diff --git a/index.html b/index.html
index 61e2f41..b8595cd 100644
--- a/index.html
+++ b/index.html
@@ -25,17 +25,29 @@
Flames
-
+
-
+
Share This Post
diff --git a/style.css b/style.css
index ef3175e..fff39e9 100644
--- a/style.css
+++ b/style.css
@@ -19,6 +19,8 @@
font-size: 20px;
}
+
+
input[value=Submit] {
background-color: white;
border: 0.1em solid black;
@@ -42,17 +44,27 @@ input[value=Submit]:hover {
}
.container h2 {
- margin-right: 7.5em;
+ margin-right: 0em;
+ text-align:center;
}
.social {
- margin-right: 15em;
+ margin-right: 0em;
+ perspective: 1050px;
}
.social a:hover {
color: turquoise;
}
+.sharer-button i:hover {
+
+ text-shadow: 2px 2px 4px #000000;
+ color: #FFD700;
+}
+
+
+
/* h1 {
background-color: green;
}