Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 html

FORMAT

```

```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%;
}

```
```