🏙☎️ Checkpoint

./style.css:617503/11313
./index.html:617503/3007
This commit is contained in:
Glitch (wiry-plaid-valley)
2020-11-05 18:10:17 +00:00
parent a2a59abb3e
commit 5acc3d7979
2 changed files with 83 additions and 33 deletions

View File

@ -15,21 +15,21 @@
</head>
<body>
<div class="wrapper">
<div class="content">
<span class="title">Hello world!</span>
</div>
<img src="/illustration.svg" class="illustration" />
</div>
<div class="remix">
<div>
<a href="https://glitch.com/edit/#!/remix/glitch-hello-website" class="btn--remix">
<div class="content">
<span class="title">Hello World!</span>
<img
src="https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2FLogo_Color.svg?v=1602781328576"
src="illustration.svg"
class="illustration"
alt="Editor illustration"
/>
</div>
</div>
<nav class="navigation">
<a href="https://glitch.com/edit/#!/remix/glitch-hello-website" class="btn--remix">
<img src="https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2FLogo_Color.svg?v=1602781328576" />
Remix on Glitch
</a>
</div>
</div>
</nav>
<!-- include the Glitch button to show what the webpage is about and
to make it easier for folks to view source and remix -->