css - Change the width and height of a pseudo element with content -


i insert icon way

.me-icon-supericon:before {     content: "\67"; } 

and i'm trying make bigger. tried make (display:inline-block) doesn't work.

any advice?

if you're using custom font icon try font-size property...


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -