mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-03-10 21:00:03 +00:00
26 lines
318 B
CSS
26 lines
318 B
CSS
header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 0 0 30px 0;
|
|
}
|
|
|
|
.logo {
|
|
font-size: 1.5rem;
|
|
font-weight: 640;
|
|
}
|
|
|
|
nav {
|
|
display: flex;
|
|
gap: 15px;
|
|
}
|
|
|
|
nav a {
|
|
color: #f0f6fc;
|
|
text-decoration: none;
|
|
font-size: 1rem;
|
|
}
|
|
|
|
nav a:hover {
|
|
text-decoration: underline;
|
|
} |