Published
- 1 min read
github center image readme
The solution for this is noted below
github center image readme
Solution
<!-- For LEFT alignment -->
<img align="left" width="600" height="200" src="https://your-url-image.png.png">
<!-- For CENTER alignment -->
<p align="center">
<img width="600" height="200" src="https://your-url-image.png">
</p>
<!-- For RIGHT alignment -->
<img align="right" width="600" height="200" src="https://your-url-image.png">
Try other methods by searching on the site. That is if this doesn’t work