Может ли кто -нибудь помочь мне выяснить, что я делаю не так? Я попытался спросить CHATGPT, но предложения не помогли.
Код: Выделить всё
Search Database
[*]
[url=/../index.php]
[img]/../img/Logo.png[/img]
[/url]
Search
[list]
[url=/../pages/restaurants.php]Restaurants[/url]
[*][url=/../pages/profile.php]My Profile[/url]
[/list]
< /code>
header.css
/* Header container */
.main-header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
display: flex;
justify-content: space-between;
align-items: center;
background-color: #3b4a3f;
padding: 0 20px;
height: 60px;
font-family: sans-serif;
color: white;
}
/* Logo container */
.logo-container {
background-color: white;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
}
/* Logo image */
.logo-image {
max-height: 40px;
width: auto;
display: block;
object-fit: contain;
}
/* Optional: Add spacing so content doesn't go under header */
body {
margin: 0;
padding-top: 60px; /* Same height as .main-header */
}
Подробнее здесь: https://stackoverflow.com/questions/796 ... oing-wrong
Мобильная версия