Update style.css

add text-align: center to tag id
pull/114/head
Mohammad Shariat 3 years ago committed by GitHub
parent cd228d507d
commit b50cb0b2a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,6 +41,10 @@ textarea:focus {
outline: none; outline: none;
} }
#tag{
text-align: center;
}
.tag { .tag {
background-color: #f0932b; background-color: #f0932b;
color: #fff; color: #fff;

Loading…
Cancel
Save