diff --git a/rotating-nav-animation/index.html b/rotating-nav-animation/index.html
index 6f3b57dd..98d82152 100644
--- a/rotating-nav-animation/index.html
+++ b/rotating-nav-animation/index.html
@@ -33,9 +33,9 @@
My Dog
diff --git a/rotating-nav-animation/style.css b/rotating-nav-animation/style.css
index fa1c0338..c2490653 100644
--- a/rotating-nav-animation/style.css
+++ b/rotating-nav-animation/style.css
@@ -110,6 +110,17 @@ nav ul li + li + li {
transform: translateX(-200%);
}
+nav a{
+ color: #fafafa;
+ text-decoration: none;
+ transition: all 0.5s;
+}
+
+nav a:hover {
+ color: #FF7979;
+ font-weight: bold;
+}
+
.content img {
max-width: 100%;
}