omsimos / github-stats

:octocat: Generate your GitHub stats for your README with ease!
https://github-stats.omsimos.com
MIT License
116 stars 34 forks source link

Put in row #4

Closed victorRicardo1 closed 1 year ago

victorRicardo1 commented 1 year ago

Hi, how can i put the stats in row? I dont wanna collumn

joshxfi commented 1 year ago

Hi, how can i put the stats in row? I dont wanna column

you can put the link in an <img src="URL here" /> tag and put both of them inside of a div with align=center:

<div align="center">
   // images here
</div>

which looks something like this:

<div align="center">
  <img width="400" src="https://github-readme-stats.vercel.app/api?username=victorRicardo1&theme=calm&show_icons=true&hide_border=true&count_private=true" />
  <img width="400"  src="https://github-readme-streak-stats.herokuapp.com?user=victorRicardo1&theme=calm&hide_border=true" />
</div>

if you paste it in your README.md, it will result in: