diff --git a/about.html b/about.html index d5fecc0..a807d06 100644 --- a/about.html +++ b/about.html @@ -211,9 +211,10 @@ diff --git a/index.html b/index.html index 6253242..4cdbeea 100644 --- a/index.html +++ b/index.html @@ -508,27 +508,25 @@

What type of transportation do you prefer for your travels?

-
Slide 1 diff --git a/styles.css b/styles.css index ea23d4e..938ee71 100644 --- a/styles.css +++ b/styles.css @@ -74,7 +74,7 @@ h3, p { margin-bottom: 20px; } - +/* .logo { display: flex; } @@ -86,6 +86,28 @@ p { font-weight: bold; color: #00bfa6; } +/* Logo Container Styling */ +.logo-container { + display: flex; + align-items: center; + gap: 8px; /* Adjust as needed */ + text-decoration: none; +} + +/* Logo Image Styling */ +.logo-image { + width: 40px; /* Adjust size as necessary */ + height: auto; +} + +/* Logo Text Styling */ +.logo { + font-size: 1.5rem; + font-weight: bold; + margin-right: 240px; + color: #333; +} */ + .nav-links { list-style: none;