Preview:
* {

  margin: 0px;

  padding: 0px;

  box-sizing: border-box;

}

​

body {

  font-family: Times, serif;

  color: white;

  background-color: black;

}

​

.container {

  max-width: 90rem;

  margin: 2rem auto;

  padding: 0px 2rem;

}

​

.header {

  padding: 2rem;

  margin: 1rem 0px;

  text-align: center;

}

​
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