Skip to content

Instantly share code, notes, and snippets.

@truccm2001
truccm2001 / ImageCenter.md
Created January 6, 2022 18:10 — forked from innat/ImageCenter.md
Center Images in GitHub README.md

For left alignment

 <img align="left" width="600" height="200" src="https://www.python.org/python-.png">

For right alignment

<img align="right" width="600" height="200" src="https://www.python.org/python-.png">

And for center alignment