Search
 
SCRIPT & CODE EXAMPLE
 

CSS

change bg color on hover

/* Change background color on hover */
.myClass:hover {
  background-color: yellow;
}
Comment

CSS Change Background Color on Hover

.side_nav a:hover {
    background: #3374C2;
}
Comment

PREVIOUS NEXT
Code Example
Css :: fonts for css 
Css :: update checkbox size css 
Css :: gradient css 
Css :: how to divide flex space equally 
Css :: css push div down 
Css :: css align image bottom 
Css :: css local variable 
Css :: how to use hr lines in a class css 
Css :: css symbol 
Css :: css grid 
Css :: centrar imagen flexbox 
Css :: fluid typography 
Css :: html textgröße ändern css 
Css :: how to set initial state after first time in formik 
Css :: css in head or body 
Css :: wp query not in category 
Css :: highchart font family 
Css :: Using a Python dict for a SQL INSERT statement 
Css :: style checkmark css 
Css :: css hide textbox 
Css :: flexbox css 
Css :: border-radius order 
Css :: add css to django 
Css :: css text decoration 
Css :: @font-face or font link 
Css :: center 
Css :: how change the text position 
Css :: select custom css 
Css :: css3 app basic 
Css :: text-overflow ellipsis css 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =