diff --git a/rotating-nav-animation/index.html b/rotating-nav-animation/index.html index 6f3b57d..98d8215 100644 --- a/rotating-nav-animation/index.html +++ b/rotating-nav-animation/index.html @@ -33,9 +33,9 @@ diff --git a/rotating-nav-animation/style.css b/rotating-nav-animation/style.css index fa1c033..c249065 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%; }