Skip to content
Snippets Groups Projects
Commit e11690ac authored by Michael Drury's avatar Michael Drury
Browse files

item borders change on hover

parent 87a5efaa
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ a:link { ...@@ -108,7 +108,7 @@ a:link {
height: 250px height: 250px
} }
.item_home_block:hover { .item_shopping_block:hover {
border: 2px solid black; border: 2px solid black;
} }
...@@ -197,7 +197,7 @@ li { ...@@ -197,7 +197,7 @@ li {
} }
.cart_box:hover { .cart_box:hover {
border: 3px solid grey; border: 2px solid black;
} }
.item_cart_img { .item_cart_img {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment