ASKnet-Open-Training / Github-Guidance

Here you find all information about how to use Github and get support
https://asknet-open-training.github.io/Github-Guidance
Other
6 stars 6 forks source link

How to center pictures in GitHub Markdown etc. #16

Open timmwille opened 3 years ago

timmwille commented 3 years ago

https://codinhood.com/nano/git/center-images-text-github-readme

timmwille commented 3 years ago

it is also possible to center text, but not really nice https://coderwall.com/p/iftc1q/centered-text-and-images-in-github-markdown

timmwille commented 3 years ago

in some cases also one wants to change the size of a picture just add width=300 with pixel size you want

Example: <img src="http://s.4cdn.org/image/title/105.gif" width=100>

timmwille commented 3 years ago

https://www.markdowntutorial.com/