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;