🔋🏚 Checkpoint

./script.js:1062301/12
./style.css:1062301/2
This commit is contained in:
Glitch (glitch-hello-website)
2021-04-13 00:28:02 +00:00
parent 99c83df965
commit 913ff2aebf
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
to your site with Javascript */ to your site with Javascript */
// prints "hi" in the browser's dev tools console // prints "hi" in the browser's dev tools console
console.log("hi"); console.log("Hello 🌎");

View File

@ -125,7 +125,7 @@ body {
font-family: HK Grotesk; font-family: HK Grotesk;
font-style: normal; font-style: normal;
font-weight: bold; font-weight: bold;
font-size: 120px; font-size: 100px;
line-height: 105%; line-height: 105%;
margin: 0; margin: 0;
} }