Preview:
/* Import font */

@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

​

/* General styles */

* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}

body {

  font-family: "Poppins", sans-serif;

  background-color: #090909;

  padding: 50px;

}

/* General styles end */

.container {

  max-width: 1280px;

  margin: 0 auto;

  padding: 15px;

}
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