css - How to center align a specific character throughout an entire page? -


i'm trying center align specific characters in body of text website. center things have "[], *" , roman numerals. there way can center these without having manually set div tag every single one?

example, "[e]" here centered on page:


[e]

the house red


thanks! :)

i believe not possible since both css , html doesn't have "if" statements, can tell when condition met.

you may use <center> tag in html or text-align:center css instead.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -