From 88c49778fec779b77325803442bc2f0a931c8f4b Mon Sep 17 00:00:00 2001 From: Nihaal Sharma Date: Sat, 20 May 2023 14:24:59 +0100 Subject: [PATCH] added favicon --- images/favicon.ico | Bin 0 -> 1150 bytes index.html | 3 ++- style.css | 6 ++++-- 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 images/favicon.ico diff --git a/images/favicon.ico b/images/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..a5aec1609d91c5d93a84a9d7f88d4d0e03fc3305 GIT binary patch literal 1150 zcmeH^F%H5o3`IYJ19W0WV(GnDxP?cqg#?0gbm}p}|7jdKK_GQwz}2svXaBTKfeo)= z0PhE!cfcONND+}NoC#p>Q>2uP@-UwxFoz-6ewa(Fv*Zz1mdCm0!ZcDN&at+lH!lqu z6>p-jJkQ!B4pe_!vtH$wSMvQ>|NYJBFFz%mPk&zh`sdHjzeSm`>is)!{#NbbTpO}( rqA>BQI2Zeo`zB;2-i4l-gWN)|^7#Thx4=U>Qm5~_vwxLtz%&Cd(`wMc literal 0 HcmV?d00001 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;