diff --git a/first.css b/first.css index 7e8b35c..6b0ef70 100644 --- a/first.css +++ b/first.css @@ -43,33 +43,33 @@ line-height: 50px; } .game1{ - background-color: #f0f8ff; + background-color: #add8e6; color: #100; border-radius: 10px; padding: 10px 30px; text-decoration: none; font-size: 1em; - box-shadow: 0 5px 0 #add8e6; + box-shadow: 0 5px 0 #b0c4de; } .game2{ - background-color: #f0f8ff; + background-color: #add8e6; color: #100; border-radius: 10px; padding: 10px 30px; text-decoration: none; font-size: 1em; - box-shadow: 0 5px 0 #add8e6; + box-shadow: 0 5px 0 #b0c4de; } .map{ - background-color: #f0f8ff; + background-color: #add8e6; color: #100; border-radius: 10px; padding: 10px 30px; text-decoration: none; font-size: 1em; - box-shadow: 0 5px 0 #add8e6; + box-shadow: 0 5px 0 #b084cd; } .game1:hover {