2

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 Answers1

1

try this, just wrap with center tag

<center><p align = "center"> :star::star::star: </p> </center>
shubham jha
  • 1,410
  • 12
  • 19