Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sivagao/codepenify
Mimic codepen like development experiment to sublime/cli
https://github.com/sivagao/codepenify
Last synced: 23 days ago
JSON representation
Mimic codepen like development experiment to sublime/cli
- Host: GitHub
- URL: https://github.com/sivagao/codepenify
- Owner: sivagao
- Created: 2014-12-21T18:47:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T17:35:31.000Z (almost 7 years ago)
- Last Synced: 2024-10-14T11:11:14.268Z (2 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Make Your Frontend WorkBench as Boss's
Mimic codepen like development experiment to sublime/cli, with parser to walk through md syntax, to generate browser-known htmlFORMAT
```
```html
CSS3 Pseudo Sound Bars
``````css
h1 {
color: #555;
font: bold 12px 'helvetica neue', helvetica, arial, sans-serif;
left: 0;
margin: 20px 0 0 0;
position: absolute;
top: 50%;
text-align: center;
width: 100%;
}```
```