diff --git a/index.html b/index.html index 5dfc5be..8d61a01 100644 --- a/index.html +++ b/index.html @@ -36,6 +36,7 @@ + @@ -694,18 +695,38 @@

Personal Projects

diff --git a/styles.css b/styles.css index b1d94b3..ad8c901 100644 --- a/styles.css +++ b/styles.css @@ -38,6 +38,11 @@ li { color: #777; } +section{ + transition: all 0.3s ease; + text-rendering: optimizeLegibility; + text-rendering: optimizeSpeed; +} /* Header styles */ .navbar-dark .navbar-nav .nav-link { @@ -155,12 +160,12 @@ section ul li { transition: all 0.3s ease; position: relative; min-height: 450px; - transition: all 0.3s ease; + transition: all 0.3s ease-in-out; } .about-content:hover { box-shadow: 0 0 10px rgba(0, 128, 0, 0.3); /* darker green shadow on hover */ - transform: scale(1.01); + transform: scale(1.01) translateZ(0) } #about p {