Skip to content
Snippets Groups Projects
Commit 30cf3b51 authored by arezou's avatar arezou
Browse files

green changed to gray

parent 8b61c84e
Branches
No related tags found
No related merge requests found
git pus
.parent{
width: 250px;
......@@ -24,11 +24,11 @@
}
}
.parent:hover {
background-color: greenyellow;
background-color: yellow;
border-radius: 50px 0 50px 0;
}
.parent:hover .child{
background-color: purple;
background-color: blue;
border-radius: 0 50px 0 50px;
}
.parent:hover .child.subchild {
......@@ -45,7 +45,7 @@
}
.parent .child .child.subchild:hover{
border-radius: 50px;
background-color: whitesmoke;
background-color: gray;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment