Skip to content

Instantly share code, notes, and snippets.

@urish
Created February 14, 2019 12:22
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save urish/8688160818496d72a432bbe42ee1c186 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Hello, VR Friends!</title>
</head>
<body>
<div style="
font-family: monospace;
position: fixed; top: 0; left: 0; right: 0; bottom: 0;
background: url(https://secure.meetupstatic.com/photos/event/4/d/7/9/highres_478219833.jpeg);
background-position: 100% 100%;
background-size: cover;
color: white;
font-size: 4em;
">
<div style="position: absolute; text-align: center; top: 60px; left: 60px; line-height: 150%">
Adi Polak<br />
<span style="font-family: sans-serif">@adipolak</span>
</div>
<div style="position: absolute; text-align: center; top: 60px; right: 50px; line-height: 150%">
Uri Shaked<br />
<span style="font-family: sans-serif">@urishaked</span>
</div>
<div style="position: absolute; bottom: 0px; width: 100%; text-align: center; background: rgba(0, 0, 0, 0.5); line-height: 150px; font-family: 'Courier New', Courier, monospace">
Building a Game with WebVR
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment