2024-06-12
This commit is contained in:
21
Writerside/topics/Styling-Link.md
Normal file
21
Writerside/topics/Styling-Link.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Styling Link
|
||||
|
||||
```CSS
|
||||
a {
|
||||
}
|
||||
|
||||
a:link {
|
||||
}
|
||||
|
||||
a:visited {
|
||||
}
|
||||
|
||||
a:focus {
|
||||
}
|
||||
|
||||
a:hover {
|
||||
}
|
||||
|
||||
a:active {
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user