1
0
Fork 0

💅🚲 Checkpoint

./index.html:8/836
./styles.css:8/179
This commit is contained in:
Glitch (hello-webpage) 2018-03-14 22:08:44 +00:00
parent fbd4a1de92
commit 4a171c5d6d
2 changed files with 4 additions and 9 deletions

View File

@ -15,7 +15,8 @@
<a href="https://www.glitch.com">Glitch</a>
</p>
<div class="glitchButton"></div>
<script src="https://button.glitch.me/button.js"></script>
<!-- Include the Glitch button and default styling: -->
<div class="glitchButton" style="position:fixed;top:20px;right:20px;"></div>
<script src="https://button.glitch.me/button.js" data-style="glitch"></script>
</body>
</html>

View File

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