├── hello-basic.svg ├── README.md ├── hello-complex.svg ├── hello-animated.svg └── hello-animated-color-scheme.svg /hello-basic.svg: -------------------------------------------------------------------------------- 1 | 20 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # custom-readme-styles 2 | 3 | Showcase custom CSS and HTML inside your README's. 4 | 5 | See how to embed custom styling into any Markdown file on GitHub (or anywhere). 6 | 7 | If you click on any of the images, it will take you to its source code. 8 | 9 | ## Basic HTML and CSS 10 | 11 | [](https://github.com/nikolalsvk/custom-readme-styles/blame/main/hello-basic.svg) 12 | 13 | ## Advanced HTML and CSS 14 | 15 | [](https://github.com/nikolalsvk/custom-readme-styles/blame/main/hello-complex.svg) 16 | 17 | ## Animation in README 18 | 19 | [](https://github.com/nikolalsvk/custom-readme-styles/blame/main/hello-animated.svg) 20 | 21 | ## Animation based on system color scheme 22 | 23 | For this one, try toggling dark and light color scheme on your computer. 24 | 25 | [](https://github.com/nikolalsvk/custom-readme-styles/blame/main/hello-animated-color-scheme.svg) 26 | 27 | ## Aligning it nicely 28 | 29 |