1
0
Fork 0

🎗🛎 Checkpoint

./index.html:8/101
./styles.css:8/77
This commit is contained in:
Glitch (hello-webpage) 2018-03-14 21:57:55 +00:00
parent 7b1b0dba61
commit fbd4a1de92
2 changed files with 9 additions and 0 deletions

View File

@ -14,5 +14,8 @@
I'm your cool new webpage. Made with
<a href="https://www.glitch.com">Glitch</a>
</p>
<div class="glitchButton"></div>
<script src="https://button.glitch.me/button.js"></script>
</body>
</html>

View File

@ -1,3 +1,9 @@
h1 {
color: fuchsia;
}
.glitchButton {
position: fixed !important;
top: 25px;
right: 25px;
}