From fd8abf0940548589df494fd7e3ad4547c1693814 Mon Sep 17 00:00:00 2001 From: Mohammad Shariat <40160252+MohamadShariat@users.noreply.github.com> Date: Sun, 1 May 2022 20:15:07 +0430 Subject: [PATCH] Update style.css --- random-choice-picker/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/random-choice-picker/style.css b/random-choice-picker/style.css index c4fab60..5923b18 100644 --- a/random-choice-picker/style.css +++ b/random-choice-picker/style.css @@ -41,6 +41,10 @@ textarea:focus { outline: none; } +#tags { + text-align: center; +} + .tag { background-color: #f0932b; color: #fff;