@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
*{
box-sizing: border-box;
}
body{
display: flex;
align-items: center;
justify-content: center;
font-family: "Open Sans", sans-serif;
height: 100vh;
overflow: hidden;
margin:0;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/507b8a18c4.js" crossorigin="anonymous"></script>
</head>
<body>
<script src=""></script>
</body>
</html>
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