No underline on link CSS

This commit is contained in:
2025-08-02 01:47:59 +00:00
parent be9659e8dd
commit d0bae33912
+4
View File
@@ -11,6 +11,10 @@ body {
justify-content: center;
}
a, a:visited {
text-decoration: none;
}
.container {
background: white;
padding: 40px;