diff --git a/home.css b/home.css index 82dc40d8..cc5ed776 100644 --- a/home.css +++ b/home.css @@ -67,7 +67,7 @@ body::-webkit-scrollbar { - width: 1em; + width: 1 em; height: 1em; } diff --git a/index.css b/index.css index 40cf31fe..3dd48cac 100644 --- a/index.css +++ b/index.css @@ -1,3 +1,6 @@ + +@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap'); + body, html { margin: 0; @@ -50,7 +53,7 @@ html { /* Base styles */ body { font-family: sans-serif; - background-color: #181818; /* Dark gray background */ + background-color: #22428C; color: #ffffff; /* White text color */ margin: 0; display: flex; @@ -96,6 +99,7 @@ main h1 { font-size: 3rem; margin-bottom: 1rem; color: #ffffff; /* White heading text */ + } /* Search bar styles */ @@ -108,9 +112,11 @@ main h1 { padding: 1rem; border-radius: 5px; border: none; - background-color: #0d0d0d; /* Dark gray input background */ - color: #f5eeee; /* White input text */ + /* background-color: #0d0d0d; Dark gray input background */ + color: #22428C; /* White input text */ flex-grow: 1; + font-weight: 500; + } #searchButton { @@ -123,6 +129,12 @@ main h1 { height: 24px; } +.links{ + font-family: "Indie Flower", serif; + font-weight: 400; + font-size: 18px; + font-style: normal; +} /* No projects message */s #no-projects { text-align: center; @@ -135,4 +147,33 @@ footer { padding: 1rem; text-align: center; color: #f3eeee; /* Light gray footer text */ + font-family: "Indie Flower", serif; + font-weight: 800; + font-style: normal; +} + +.cursor-follower{ + height:35px; + width:35px; + border-radius: 100%; + position: absolute; + background-color: transparent; + z-index: 1000; + top:100px; + transition: 2s ease-in; + background-image: url("./react.png"); + background-size: cover; + background-repeat: no-repeat; + animation: circle 4s linear infinite alternate-reverse; + background-blend-mode:overlay; +} + +@keyframes circle { + 0%{ + transform: rotateZ(0deg); + } + + 100%{ + transform: rotateZ(360deg); + } } \ No newline at end of file diff --git a/index.html b/index.html index 0fa7860d..e3a5ff50 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,7 @@ content="A collection of 100 web projects from basic to intermediate using html css and js." property="og:description" /> + @@ -187,14 +188,16 @@
Day | Project Name | Demo Link |
---|