From 94426cda7248cb4fa8aec51ebe9d26dda0572424 Mon Sep 17 00:00:00 2001 From: kallyan Date: Thu, 1 Oct 2020 14:52:57 +0530 Subject: [PATCH] added style into typed.js --- _includes/header.html | 30 ++++++++++++++++++++++++++++++ stylesheets/stylesheet.css | 12 +++++++++++- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/_includes/header.html b/_includes/header.html index 05dffb7..9c278f8 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,4 +1,17 @@ +
{% include google_analytics.html %} @@ -9,6 +22,23 @@

{{ page.subtitle }}

{% endif %} +
+

Write and Post your Blog into :

+
+ +
diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index 7c10a95..86ebd46 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -291,7 +291,17 @@ Full-Width Styles #header_wrap .inner { padding: 20px 0px 0px 0px; } - +.txt h1 + { + text-align: center; + font-size: 25px; + font-family:'Lucida Grande', 'Calibri',; + color:white; + } + .type + { + color: #00b7ea; + } #project_title { margin: 0; color: #fff;