Import of glitchdotcom/glitch-hello-website

This commit is contained in:
Glitch (glitch-hello-website)
2021-06-28 13:43:15 +00:00
parent ae651900b2
commit 6d8273792c
4 changed files with 30 additions and 21 deletions

19
TODO.md Normal file
View File

@ -0,0 +1,19 @@
# TODO 🚧
Your new site is all yours so it doesn't matter if you break it! Try editing the codeadd a button element that moves when the user clicks it.
In `index.html`, add this code on the line after the comment with `ADD BUTTON HERE` in it (you can copy and paste the button element HTML):
```html
<button>
Click me!
</button>
```
Look at the page to see the button. Click it!
Open `script.js` to see the script that makes the button move.
## Keep going! 🚀
Try adding more properties to the CSS `dipped` style for the button to see how the changes appear on click.