@xStephxSubmitted 6 months ago
abdullahmd2
@abdullahmd2All comments
- @abdullahmd2Posted 6 months ago
The number count up animation give a really nice user experience! Great job!
1 - @jeevanraj1Submitted over 2 years ago@abdullahmd2Posted over 2 years ago
Hey Jeevanraj,
To change the color of
<hr>
add the following code in your<hr>
taghr { background-color: var(--Very-dark-blue-line); border: none; height: 1px; }
You can check this website to know more about styling
hr
in CSS.Also you can add
align-items: center;
in yourbody
and removemargin-top: 70px;
from.logo
in your CSS to vertically align the card in center.I hope this will help :)
0