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
Post a Comment