summaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html
index aa49141..da667a9 100644
--- a/src/index.html
+++ b/src/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Document</title>
+ <title>Throw</title>
<script type="module" src="index.js"></script>
<style>
html,
@@ -14,8 +14,9 @@
div#throwable {
position: fixed;
transform: translate(-50%, -50%);
- background-color: red;
border-radius: 50%;
+ background-color: black;
+ background-size: cover;
}
</style>
</head>