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.