👍👭 Checkpoint

./style.css:617503/33
./index.html:617503/235
This commit is contained in:
Glitch (wiry-plaid-valley)
2020-11-05 17:58:04 +00:00
parent 9af448852f
commit a2a59abb3e
2 changed files with 3 additions and 2 deletions

View File

@ -22,12 +22,12 @@
</div> </div>
<div class="remix"> <div class="remix">
<div> <div>
<button class="btn--remix"> <a href="https://glitch.com/edit/#!/remix/glitch-hello-website" class="btn--remix">
<img <img
src="https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2FLogo_Color.svg?v=1602781328576" src="https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2FLogo_Color.svg?v=1602781328576"
/> />
Remix on Glitch Remix on Glitch
</button> </a>
</div> </div>
</div> </div>

View File

@ -62,6 +62,7 @@ body {
border: 1px solid #000000; border: 1px solid #000000;
box-sizing: border-box; box-sizing: border-box;
border-radius: 4px; border-radius: 4px;
text-decoration: none;
} }
.btn--remix img { .btn--remix img {