/
VladNair
/
Hello_world
Обзор
Документация
Войти
/
VladNair
/
Hello_world
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/NavigationMenu.css
23 строки
402 B
VladNair
first_commit
23 окт 2025, 18:57
23 окт 2025, 18:57
14583a1
Код
Авторство
О чём код?
.navigation-menu ul { list-style-type: none; display: flex; justify-content: space-between; align-items: center; padding: 0; margin: 0; } .navigation-menu li { margin-right: 20px; } .navigation-menu a { text-decoration: none; color: black; font-weight: bold; transition: color 0.3s ease; } .navigation-menu a:hover { color: blue; }