Index.html


style.css:

h1
{
text-align: center;
font-size: 92px;
font-weight: 600;
text-shadow: 8px 8px lightgray;
filter: blur(1px);
}

p
{
font-size: 24px;
display: block;
margin-left: 150px;
margin-right: auto;
}

new.js:

{
console.log("hello!")
}

Site hosted by Angelfire.com: Build your free website today!