diff --git a/index.css b/index.css index 49ec8db..77ce208 100644 --- a/index.css +++ b/index.css @@ -682,9 +682,10 @@ p { .nav-buttons { position: absolute; - top: 35%; - width: 100%; + top: 90%; + width: 50%; display: flex; + margin-left: 25%; justify-content: space-between; transform: translateY(-50%); } diff --git a/index.html b/index.html index 4dba985..a3464ae 100644 --- a/index.html +++ b/index.html @@ -640,8 +640,8 @@

What type of transportation do you prefer for your travels?

diff --git a/main.css b/main.css index c374786..ef16e3a 100644 --- a/main.css +++ b/main.css @@ -153,13 +153,13 @@ body { .prev, .next { - background-color: rgb(53 48 48 / 80%); /* Semi-transparent background */ + background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent background */ border: none; border-radius: 50%; cursor: pointer; outline: none; padding: 0; - font-size: 23px; + font-size: 43px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); transition: background-color 0.3s; } diff --git a/styles.css b/styles.css index f56f784..1df5df7 100644 --- a/styles.css +++ b/styles.css @@ -880,7 +880,7 @@ button:hover { height: 10px; width: 10px; margin: 0 2px; - background-color: #bbb; + background-color: #ffffff; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; @@ -898,7 +898,7 @@ button:hover { } .slider-dot-active, .dot:hover { - background-color: #717171; + background-color: #00e5ff; } .slider {