css: links beim hovern zeigen cursor pointer
This commit is contained in:
parent
c999fc21b2
commit
57bcba4a25
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
a:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
/* Add a black background color to the top navigation */
|
||||
.topnav {
|
||||
background: linear-gradient(to bottom, lightgrey, white);
|
||||
|
|
Loading…
Reference in a new issue