We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc55464 commit 4322a42Copy full SHA for 4322a42
1 file changed
PAL/index.html
@@ -199,11 +199,10 @@ <h1>Processor Architecture Lab</h1>
199
</div>
200
201
<div class="mt-4 text-center" style="animation: fadeInDown 1s ease 0.5s both;">
202
- <a href="#logic-visualizer"
203
- style="color: var(--text-secondary); text-decoration: none; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 8px; transition: color 0.3s;">
204
- <i class="fas fa-chevron-down" style="animation: bounce 2s infinite;"></i>
+ <a href="#logic-visualizer" class="scroll-link">
+ <i class="fas fa-chevron-down"></i>
205
<i class="fas fa-microchip"></i> Scroll down to visualize Booth's Algorithm!
206
207
</a>
208
209
</header>
0 commit comments