Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonlc/Markdown-CSS
🗒️ A style sheet for Markdown
https://github.com/simonlc/Markdown-CSS
css markdow-css markdown
Last synced: 12 days ago
JSON representation
🗒️ A style sheet for Markdown
- Host: GitHub
- URL: https://github.com/simonlc/Markdown-CSS
- Owner: simonlc
- Created: 2011-09-05T22:06:45.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T06:34:17.000Z (over 3 years ago)
- Last Synced: 2024-08-02T02:12:04.335Z (3 months ago)
- Topics: css, markdow-css, markdown
- Language: HTML
- Homepage: http://simon.lc/sites/markdown/
- Size: 10.7 KB
- Stars: 255
- Watchers: 6
- Forks: 595
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markdown CSS
This is a simple style with normalized defaults, it should work on anything from a desktop, to a phone.
View the live preview here: http://simon.lc/sites/markdown/.
## How to use
Add this to the top of your markdown file
``````
### Editing
With Markdown CSS, I decided to base all the size off the body font-size. Simply changing the body font size will also change the heading's size, body width, etc.Since the CSS also uses media queries, it might also be necessary to change the body font-size for your purposes. I do not have any cool phones or tablets, so the extent of my testing was done by resizing my browser window.
Also included is a printing media query. It has not been tested yet, and mainly uses HTML5 Boilerplate defaults.## Credits
- [HTML5 Boilerplate](http://h5bp.com) - For normalize.css and media queries.
- Various other web resources for inspiration.## License
![copyleft](http://unlicense.org/pd-icon.png)
[http://unlicense.org/](http://unlicense.org/)