No underline on link CSS

This commit is contained in:
Leo Vasanko 2025-08-01 13:47:59 -06:00
parent adb53ec174
commit 8ae433c587

View File

@ -11,6 +11,10 @@ body {
justify-content: center;
}
a, a:visited {
text-decoration: none;
}
.container {
background: white;
padding: 40px;