diff --git a/index.html b/index.html index d43fda6..569a1bd 100644 --- a/index.html +++ b/index.html @@ -304,7 +304,7 @@ } .about-card h4 { - color: #409B44; + color: #28a745 font-weight: 600; white-space: nowrap; } @@ -1508,8 +1508,66 @@ transform: none !important; box-shadow: none !important; } - - /*Dark Mode*/ + + .arrow-slide-btn { + width: 60px; + height: 60px; + border-radius: 50%; + background: rgba(255, 255, 255, 0.9); + border: 2px solid #fff; + color: #3498db; + cursor: pointer; + position: absolute; + right: 20px; + top: 40%; /* Changed from 50% to position it higher */ + transform: translateY(-50%); + overflow: hidden; + transition: all 0.3s ease; + box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); + display: flex; + align-items: center; + justify-content: center; + z-index: 10; +} + + .arrow-slide-btn:hover { + transform: translateY(-50%) translateX(5px); + box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); + background: #fff; +} + + .arrow-slide-btn:active { + transform: translateY(-50%); + } + + .arrow-icon { + font-size: 24px; + transition: all 0.3s ease; + color: #3498db; + } + + .arrow-slide-btn:hover .arrow-icon { + transform: translateX(3px); + color: #8e44ad; + } + + /* Optional pulse animation */ + @keyframes pulse { + 0% { transform: translateY(-50%) scale(1); } + 50% { transform: translateY(-50%) scale(1.05); } + 100% { transform: translateY(-50%) scale(1); } + } + + .arrow-slide-btn { + animation: pulse 2s infinite; + } + + /* Make sure the container has relative positioning */ + .container { + position: relative; + padding-right: 90px; /* Add space for the button */ + } + @@ -1666,7 +1724,7 @@
Cyber Analyst
@@ -1682,7 +1740,7 @@

Website Development

@@ -1698,7 +1756,7 @@

Graphic Design

@@ -1714,7 +1772,7 @@

Digital Marketing

@@ -1730,7 +1788,7 @@

Social Media Management

@@ -1745,11 +1803,17 @@

Content Writing

+ + @@ -2292,7 +2356,20 @@ yearSpan.textContent = new Date().getFullYear(); }); - +