🎣🏂 Checkpoint

./README.md:1062301/7
./style.css:1062301/6407
./script.js:1062301/15
This commit is contained in:
Glitch (glitch-hello-website) 2021-04-13 01:14:22 +00:00
parent 913ff2aebf
commit 622f5b7350
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# Hello, and welcome to Glitch
This is a basic static HTML starter project you can build on however you like. No need to save. While you develop your site, your changes will happen 🪄 immediately in the preview window. You can upload assets like images or audio in `assets` to the left. Stylesheets and JavaScript live in the `public` folder. The rest is up to you and your imagination.
This is a basic HTML starter project you can build on however you like. No need to save. While you develop your site, your changes will happen 🪄 immediately in the preview window. You can upload assets like images or audio in `assets` to the left. Stylesheets and JavaScript live in the `public` folder. The rest is up to you and your imagination.
## What's in this project?

View file

@ -1,5 +1,5 @@
/* If you're feeling fancy you can add interactivity
to your site with Javascript */
// prints "hi" in the browser's dev tools console
// prints a message in the browser's dev tools console
console.log("Hello 🌎");

View file

@ -135,4 +135,4 @@ body {
max-width: 100%;
max-height: var(--image-max-width);
margin-top: var(--image-margin);
}
}