diff --git a/images/favicon.ico b/images/favicon.ico new file mode 100644 index 0000000..a5aec16 Binary files /dev/null and b/images/favicon.ico differ diff --git a/index.html b/index.html index de11d5b..d14e33b 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,12 @@ neon443 +

inital commit

-

this site is hosted with Github Pages!
soon, ill add a directory listing

+

this site is hosted with Github Pages!
soon, I'll add a directory listing

\ No newline at end of file diff --git a/style.css b/style.css index de8dd23..2ff1a17 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,9 @@ *{ box-sizing: border-box; } -b{color:#007AFF} +b{ + color:#007AFF +} body{ background-color: #f2f2f2; color:#333333; @@ -15,8 +17,8 @@ p{ } h1{ font-size: 45px; - font-weight: 800; padding: 20px; + font-weight: 600; } h2{ font-size: 30px;