@import 'https://fonts.googleapis.com/css?family=Open+Sans:00,00';
%reset { margin: 0; padding: 0; }
3
%flex { display: flex; justify-content: center; align-items: center; }
4
@mixin dimensions($width: null, $height: null) { width: $width; min-height: $height; }
html{height: 0%;}
body{
10
@extend %flex;
font-family: 'Open Sans', sans-serif;
width: 100%;
min-height: 100%;
background:linear-gradient(141deg, #0C5B5F 0%, rgba(0, 212, 3, 0.77) 75%);
15
}
*, *:before, *:after {
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter