Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="../resources/stage.css">
<style type="text/css">
#stage {
background-color: #201A1F;
z-index: -10000;
}
#stage > div {
position: absolute;
overflow: hidden;
}
#stage div div {
position: absolute;
background-color: #DEDADD;
border-radius: 50%;
}
#center-text {
font-size: 90%;
transform: translate3d(-50%, -50%, 0);
}
#center-text span {
position: absolute;
color: #201A1F;
font-weight: 400;
font-size: 2em;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
</style>
</head>
<body>
<div id="stage">
<div id="center-text"><div><span>focus</span></div></div>
</div>
<script src="../../resources/strings.js"></script>
<script src="../../resources/extensions.js"></script>
<script src="../../resources/statistics.js"></script>
<script src="../resources/math.js"></script>
<script src="../resources/main.js"></script>
<script src="resources/focus.js"></script>
</body>
</html>