🚔🐂 Checkpoint

./public/index.html:617503/15
./public/style.css:617503/792
This commit is contained in:
Glitch (hello-express)
2020-11-05 18:19:33 +00:00
parent 627f66d6f8
commit 23c26ba79e
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
<img
src="illustration.svg"
class="illustration"
alt="Editor illustration"
alt="Javascript logo"
/>
</div>
</div>
+3 -1
View File
@@ -1,6 +1,6 @@
/* Our default values set for mobile */
:root {
--color-bg: #FFFFA0;
--color-bg: #9480FF;
--color-text-main: #2800FF;
--wrapper-height: 87vh;
--image-max-width: 300px;
@@ -98,6 +98,8 @@ body {
border: 1px solid #000000;
box-sizing: border-box;
border-radius: 4px;
color: #000;
text-decoration: none;
}
.btn--remix:hover {