Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css after on hover

/*
cssSelector:hover::after,
cssSelector:hover::before

lets say we have a tag
*/
a:hover::after {
    /*CSS Property*/
}
a:hover::before {
    /*CSS Property*/
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #hover
ADD COMMENT
Topic
Name
3+8 =