diff --git a/challenges/index.html b/challenges/index.html index dc3b7372..fe56f364 100644 --- a/challenges/index.html +++ b/challenges/index.html @@ -105,9 +105,25 @@ transform: translateY(-3px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); } + .home{ + border: 2px solid black; + background-color:skyblue ; + color: beige; + padding: 5px; + width: 200px; + height: 50px; + font-size: 30px; + font-style: italic; + text-decoration: none; + } + .home a{ + text-decoration: none; + } + +

------ Web Development Challenges ------