From b8788752347d6f7934051b57b8723b7331afd8f2 Mon Sep 17 00:00:00 2001 From: Shantanu Dutta <7542135+nlern@users.noreply.github.com> Date: Sun, 25 Aug 2019 21:01:04 +0530 Subject: [PATCH] 1. Created style.css and added reference of it in index.html. --- .../1. Tier 1 - Begineer Projects/1. Bin2Dec/Web/index.html | 2 ++ .../1. Tier 1 - Begineer Projects/1. Bin2Dec/Web/style.css | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 Solutions/1. Tier 1 - Begineer Projects/1. Bin2Dec/Web/style.css diff --git a/Solutions/1. Tier 1 - Begineer Projects/1. Bin2Dec/Web/index.html b/Solutions/1. Tier 1 - Begineer Projects/1. Bin2Dec/Web/index.html index 339603de..629733bf 100644 --- a/Solutions/1. Tier 1 - Begineer Projects/1. Bin2Dec/Web/index.html +++ b/Solutions/1. Tier 1 - Begineer Projects/1. Bin2Dec/Web/index.html @@ -5,11 +5,13 @@ Bin2Dec Converter +
+
diff --git a/Solutions/1. Tier 1 - Begineer Projects/1. Bin2Dec/Web/style.css b/Solutions/1. Tier 1 - Begineer Projects/1. Bin2Dec/Web/style.css new file mode 100644 index 00000000..3d40c189 --- /dev/null +++ b/Solutions/1. Tier 1 - Begineer Projects/1. Bin2Dec/Web/style.css @@ -0,0 +1,3 @@ +.hidden { + display: none; +} \ No newline at end of file