Filtering and hovering
This commit is contained in:
@@ -15,13 +15,17 @@ h1 {
|
||||
|
||||
.freq-entry {
|
||||
margin: 0 100px;
|
||||
border-bottom: 1px solid #ffeecf;
|
||||
}
|
||||
|
||||
.freq-entry span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.freq-entry:hover span {
|
||||
display: block;
|
||||
background-color: #ffeecf;
|
||||
}
|
||||
|
||||
.cat1,
|
||||
.cat2,
|
||||
.cat3 {
|
||||
|
||||
Reference in New Issue
Block a user