mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-26 23:35:08 +02:00
Add dropdown
This commit is contained in:
7
client/patterns/dropdown/dropdown.css
Normal file
7
client/patterns/dropdown/dropdown.css
Normal file
@@ -0,0 +1,7 @@
|
||||
.dropdown-content {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dropdown:hover .dropdown-content {
|
||||
display: block;
|
||||
}
|
Reference in New Issue
Block a user