Код: Выделить всё
[img]{{ asset([/img]
[list]
[*][url={{ url(]Features[/url]
[*][url={{ url(]About[/url]
[*][url={{ url(]Contact[/url]
[/list]
Код: Выделить всё
[url={{ route(]Login[/url]
[url={{ route(]Register[/url]
Код: Выделить всё
body, html {
margin: 0;
padding: 0;
font-family: Montserrat, sans-serif;
height: 100%; /* Ensures full height of the page */
}
/* Background and General Layout */
body {
background-color: #ffffff;
color: #333;
display: flex;
flex-direction: column;
justify-content: space-between; /* Ensures footer is pushed to the bottom */
align-items: center;
padding: 20px;
height: 100%;
}
/* Header Styling */
.header {
background-color: rgb(146, 180, 210);
padding: 1rem 0;
width: 100%;
text-align: center;
box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
/* display: flex;
justify-content: center; */
}
.nav li{
font-weight: bold;
}
Что Я хочу добиться:
- Логотип должен оставаться сверху или слева (в зависимости от макета) шапки.
- Все три навигационные ссылки («Особенности», «О программе», «Контакты») должны быть расположены горизонтально. по центру посередине заголовка.
Подробнее здесь: https://stackoverflow.com/questions/793 ... ation-bars
Мобильная версия