Search
 
SCRIPT & CODE EXAMPLE
 

CSS

hover change background color

/* 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 :: css font-size 
Css :: css cursor delete 
Css :: bootstrap put button on one line 
Css :: scroll design 
Css :: center text in height css 
Css :: font family css 
Css :: centering using flexbox 
Css :: import font in css 
Css :: adding a background color in css 
Css :: fixed table header css 
Css :: css to increase font size 
Css :: gradient background image 
Css :: image to fill container size 
Css :: @container 
Css :: how to put something on layers css 
Css :: animated background css 
Css :: flex decoration css 
Css :: css transition on click 
Css :: grid template 
Css :: how to draw rhombus in css 
Css :: make border absolute css 
Css :: mixin parameters 
Css :: css print 
Css :: css after hover 
Css :: min-height not working on body 
Css :: what is the animation property in html and css 
Css :: how use befor after for image 
Css :: css wrap text 
Css :: css display 
Css :: css width percentage 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =