🎗🛎 Checkpoint
./index.html:8/101 ./styles.css:8/77
This commit is contained in:
parent
7b1b0dba61
commit
fbd4a1de92
@ -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>
|
||||
|
@ -1,3 +1,9 @@
|
||||
h1 {
|
||||
color: fuchsia;
|
||||
}
|
||||
|
||||
.glitchButton {
|
||||
position: fixed !important;
|
||||
top: 25px;
|
||||
right: 25px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user