💁🍁 Checkpoint

./index.html:617503/7586
./style.css:617503/1840
./.glitch-assets:617503/1439
This commit is contained in:
Glitch (hello-webpage)
2020-10-15 17:23:03 +00:00
parent 8ad0f910d7
commit 47fbecb010
3 changed files with 40 additions and 13 deletions

View File

@ -16,16 +16,20 @@
<body>
<div class="wrapper">
<div class="content">
<h1>Hello world!</h1>
<span class="title">Hello world!</span>
<img src="/illustration.svg" class="illustration" />
</div>
</div>
<div class="remix">
<div>
<button class="btn--remix">
<img
src="https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2FLogo_Color.svg?v=1602781328576"
/>
Remix on Glitch
</button>
</div>
<img src="/illustration.svg" class="illustration" />
</div>
<button class="btn--remix">
<img
src="https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2FLogo_Color.svg?v=1602781328576"
/>
Remix on Glitch
</button>
<!-- include the Glitch button to show what the webpage is about and
to make it easier for folks to view source and remix -->