mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26:10 -06:00
6 lines
72 B
CSS
6 lines
72 B
CSS
* :hover {
|
|
color: blue
|
|
}
|
|
p :link, #mydiv :active {
|
|
width: 20%;
|
|
} |