Home > front end >  The pseudo link exactly how o bosses?
The pseudo link exactly how o bosses?

Time:04-21

CodePudding user response:

Hovering
Change 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 you

CodePudding user response:

By the way, dummy links are not use & lt; A> You don't have to & lt; A> All right?
  • Related