centered emoji's in github readme

1k views Asked by At

I have following emoji which converts into stars emoji when used in markdown and i want them to align centered in readme file.

:star::star::star:

I have used

<p align = "center"> :star::star::star: </p>

but this is not working.

1

There are 1 answers

0
shubham jha On BEST ANSWER

try this, just wrap with center tag

<center><p align = "center"> :star::star::star: </p> </center>