No underline on link CSS
This commit is contained in:
parent
adb53ec174
commit
8ae433c587
@ -11,6 +11,10 @@ body {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.container {
|
||||
background: white;
|
||||
padding: 40px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user