Search code examples
htmlcssgithubemojireadme

centered emoji's in github readme


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.


Solution

  • try this, just wrap with center tag

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