Skip to content

A collection of links and useful material for editing README.md files

Notifications You must be signed in to change notification settings

em1e/101-for-github-README

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 

Repository files navigation

101 for github README files

This is a list of some useful things I found while making my github profile, and things that would be useful for any md files I make in the future. I hope it'll also be useful to anyone making their own profiles look nicer or just adding better readme.md in general. NOTE: don't forget to Star if you found this rep useful and want to find it again later on.

Icons & Badges



Text, Images & Gif's

Text formatting and other stuff:

How to center text or images?

  • If you want to use CSS in your README.md files you need to add html to the code. e.g. something like div's
<div align="center">
  <p>text<p>
</div>

How to add images or gif's?

use md (size can't changed)

![name](link to image)

or HTML

<div align="center">
  <img src="<link to image>" width="<width>" height="<height>"/>
</div>

About

A collection of links and useful material for editing README.md files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published