Skip to content

Instantly share code, notes, and snippets.

@wsd1
Created October 5, 2016 18:27
Show Gist options
  • Select an option

  • Save wsd1/b9154c55d62943cd4fc30150475cbc78 to your computer and use it in GitHub Desktop.

Select an option

Save wsd1/b9154c55d62943cd4fc30150475cbc78 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>ucast.io</title>
<style>
.ness {
position: absolute;
top: 50%;
left: 50%;
font-size: 200%;
transform: translateX(-50%) translateY(-50%);
}
</style>
</head>
<body>
<div class="ness">
Waiting...
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment