Life Motto :)

JADE
div span(style='color: gray') // life motto span span(style='color:#C0392D;') if | (sad() === span(style='color: #2ECC71') true | ){ span span(style='color: #3498DB; padding-left: 15px;') sad | (). span(style='color: #3498DB') stop | (); span span(style='color: #3498DB; padding-left:15px;') beAwesome | (); span }
CSS
body { background: #2b303b; color: #c0c5ce; font-family: "Courier new", courier, monospace; font-size: 16px; line-height: 1.5em; } div { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } div > span { display: block; font-size: 20px; }
JAVASCRIPT
Expand for more options Login