diff --git a/images/hardy.png b/images/hardy.png index 12d991e..ef38fd2 100644 Binary files a/images/hardy.png and b/images/hardy.png differ diff --git a/images/hardy1.png b/images/hardy1.png new file mode 100644 index 0000000..a9259b1 Binary files /dev/null and b/images/hardy1.png differ diff --git a/images/hardyy.png b/images/hardyy.png new file mode 100644 index 0000000..12d991e Binary files /dev/null and b/images/hardyy.png differ diff --git a/index.html b/index.html index 4a425f7..173ba10 100644 --- a/index.html +++ b/index.html @@ -13,22 +13,22 @@
+ \ No newline at end of file diff --git a/style.css b/style.css index 9902fc5..53f5277 100644 --- a/style.css +++ b/style.css @@ -24,8 +24,8 @@ header{ nav{ width: 71%; max-width: 1140px; - border: 1px solid #FFF8F3; - margin: 0px auto; + border: 5px solid #FFF8F3; + margin: 5px auto; display: flex; justify-content: space-between; align-items: center; @@ -86,6 +86,8 @@ nav .menu a{ } #banner .banner-content{ max-width: 585px; + margin: 10px; + padding: 3px; } #banner .banner-content h2{ font-size: 45px; @@ -152,6 +154,7 @@ nav .menu a{ padding: 30px; box-shadow: 0 6px 50px 0 #00000039; max-width: 267px; + margin : 5px; } .skills-card h3{ font-size: 20px; @@ -164,4 +167,27 @@ nav .menu a{ font: 16px; color: #757575; line-height: 28px; +} + +.btn:hover { + background-color: #2980b9; /* Darker blue */ + transform: translateY(-3px); /* Moves button up slightly */ + box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Adds a shadow */ +} +.btn:active { + transform: translateY(0); /* Pushes it back down */ +} +.skills-card:hover { + color: whitesmoke; + background-color: #2980b9; /* Darker blue */ + transform: translateY(-3px); /* Moves button up slightly */ + box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Adds a shadow */ +} +.skills-card:active { + transform: translateY(0); /* Pushes it back down */ +} +footer{ + color:#757575; + text-align: center; + margin-bottom: 8px; } \ No newline at end of file