CodePudding user response:
HoveringChange the background color,
Change font color
modify the border style and color
Div {
Background - color: RGB (204187171);
Color: RGB (55,52,206);
Border: 5 px double RGB (132154201);
}
Div: hover {
Background - color: RGB (0,1,251);
Color: RGB (194194255);
5 px dashed border: RGB (247214213);
}
CodePudding user response:
div: hover {
Background - color: blue;
Border: 5 px dashed pink
Color: # FFFFF;
}
CodePudding user response:
This, I write wrong, above the
Div: hover {
Background - color: blue;
Border: 5 px dashed pink;
Color: # FFFFFF;
}
CodePudding user response:
Well, I see, thank youCodePudding user response:
By the way, dummy links are not use & lt; A> You don't have to & lt; A> All right?