From e8b65fb08de04cab501517581c59b76e152ed72c Mon Sep 17 00:00:00 2001 From: Kumar Priyansh Date: Mon, 31 Aug 2020 01:43:52 +0530 Subject: Added result divider --- app/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/css') diff --git a/app/css/style.css b/app/css/style.css index 1b86840..bb3e5c2 100644 --- a/app/css/style.css +++ b/app/css/style.css @@ -87,3 +87,10 @@ body { .synonymLink:hover { text-decoration: underline; } + +.divider { + background-color: #fff; + width: 100%; + height: 2px; + margin: 30px auto; +} -- cgit v1.2.3