Preview:
@import url('https://fonts.googleapis.com/css?family=Inconsolata:00');

​

* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;
7
}

​

html, body {

  width: 100%;

  height: 100%;

}

​

body {

  background: #252525;

}

​

.container {

  position: absolute;

  margin: auto;

  top: 0;

  left: 0;
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