From 683863f269489c61e9f03e5d467e02969f4c76c8 Mon Sep 17 00:00:00 2001 From: Saksham Mittal Date: Sat, 2 Apr 2022 20:08:02 +0530 Subject: Give feedback on guess by color coding each letter --- style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 70d56db..da332c2 100644 --- a/style.css +++ b/style.css @@ -9,3 +9,7 @@ input { background: #000000; color: #ffffff; } + +span { + font-size: 2em; +} -- cgit 1.4.1