JSFiddle - React, Tailwind, and code Playground
by the94air
HTML
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>nothing.io</title>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@1,500;1,700&display=swap" rel="stylesheet">
<style>
.bg {
background: url('https://images.unsplash.com/photo-1594709589045-8fbc49be45c1?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1951&q=80');
background-repeat: no-repeat;
background-size: fill;
}
</style>
</head>
<body class="bg" style="font-family: Ubuntu;height: 100%">
<div>
<h1 style="font-size:60px;">nothing.io</h1>
<h2>Created by Steve, Aspect, and Optimal.</h2>
<p style="font-size:30px;">This brand-new domination-based tank game is planned to be released before October 2020. Join our and to get game-play sneak-peaks!</p>
<!-- <img src="emojifordomfights.png" width="200" height="200"> -->
</div>
</body>
</html>