🦄🏆 Checkpoint

./style.css:617503/77
./index.html:617503/122
This commit is contained in:
Glitch (hello-webpage)
2020-10-13 19:59:09 +00:00
parent 4b2388979d
commit 438a9734eb
2 changed files with 3 additions and 5 deletions

View File

@ -14,11 +14,8 @@
<script src="/script.js" defer></script> <script src="/script.js" defer></script>
</head> </head>
<body> <body>
<h1>Hi there!</h1> <h1>Hello world!</h1>
<p>
I'm your cool new webpage. Made with <a href="https://glitch.com">Glitch</a>!
</p>
<!-- include the Glitch button to show what the webpage is about and <!-- include the Glitch button to show what the webpage is about and
to make it easier for folks to view source and remix --> to make it easier for folks to view source and remix -->

View File

@ -3,9 +3,10 @@
body { body {
font-family: helvetica, arial, sans-serif; font-family: helvetica, arial, sans-serif;
margin: 2em; margin: 2em;
background-color: #69F7BE;
} }
h1 { h1 {
font-style: italic;
color: #373fff; color: #373fff;
font-size: 164pt;
} }