diff --git a/cssfile/main.css b/cssfile/main.css index d1c48e2c6ce5ff210cb90f37f9c78691045ac75d..9a809d11554df70f5402bf21e6c69ca2f8e2d464 100644 --- a/cssfile/main.css +++ b/cssfile/main.css @@ -1,4 +1,4 @@ - +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; }