Frontend Forever App
We have a mobile app for you to download and use. And you can unlock many features in the app.
Get it now
Intall Later
Run
HTML
CSS
Javascript
Output
Pure
SVG
Loader
Made with
♥
by
Nikhil Krishnan
@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,700,300); *,html{margin:0;padding:0} //variables $baseColor : #e74c3c; $fontColor : #fff; body{ background: $baseColor; text-align: center; font-family: 'Comfortaa', cursive; } svg{ width: 100px; height: 100px; margin: 20px; display:inline-block; } h1{ text-align: center; color: $fontColor; margin: 0 0 100px; font-size: 34px; font-weight: 100; text-transform: uppercase; background-color: darken($baseColor, 5); padding: 20px 0; b{ font-weight: 700; } } //follow me template .made-with-love{ margin-top: 20px; padding: 10px; font-size: 10px; font-family: arial; color: #fff; i{ font-style: normal; color: #fff; font-size: 14px; position: relative; top: 2px; } a{ color: #fff; text-decoration: none; &:hover{ text-decoration: underline; } } }