From b50cb0b2a8db820e059cad44163e30d5ca06a21b Mon Sep 17 00:00:00 2001 From: Mohammad Shariat <40160252+MohamadShariat@users.noreply.github.com> Date: Tue, 3 May 2022 00:29:05 +0430 Subject: [PATCH] Update style.css add text-align: center to tag id --- 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..97ec28e 100644 --- a/random-choice-picker/style.css +++ b/random-choice-picker/style.css @@ -41,6 +41,10 @@ textarea:focus { outline: none; } +#tag{ + text-align: center; +} + .tag { background-color: #f0932b; color: #fff;