From 26aecf9dea70d417816c1ee0010cf8d1de76e24a Mon Sep 17 00:00:00 2001 From: Restie Antiquin Date: Wed, 17 Oct 2018 18:58:19 +0800 Subject: [PATCH] added css file --- css/style.css | 5 +++++ index.html | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 css/style.css diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..0fd752a --- /dev/null +++ b/css/style.css @@ -0,0 +1,5 @@ +.title-bar{ + background: #f2f6f9; + padding: 2rem; + margin-top: 2rem; +} \ No newline at end of file diff --git a/index.html b/index.html index fb8d30f..9d7870f 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - + @@ -15,7 +15,7 @@
-
+

CSS Objects Series

For basics do visit here.