Код: Выделить всё
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
* {
box-sizing: border-box;
}
html {
font-size: 12pt;
font-family: "Noto Sans", sans-serif;
}
body {
margin: 0;
padding: 0;
background-color: #8a1313;
}
img {
height: 140px;
width: 140px;
}
.flex-container {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.header {
position: sticky;
top: 0;
width: 100%;
background-color: white;
padding: 10px 30px;
z-index: 1000;
}
.navbar {
display: flex;
justify-content: center;
align-items: center;
}
.navbar-links ul {
margin: 0;
padding: 0;
display: flex;
}
.navbar-links li {
list-style: none;
}
.navbar-links li a {
text-decoration: none;
padding: 0 30px;
display: block;
color: black;
font-size: 20px;
cursor: pointer;
transition: 0.3s;
}
.navbar-links li a:hover {
color: #8a1313;
text-decoration: underline;
text-underline-offset: 7px;
}
.main {
flex-grow: 1;
}
Код: Выделить всё
[*]/>
[img]Symposium Radio LOGO White.png[/img]
[list]
[url=#]Αρχική[/url]
[*][url=#]Σχετικά[/url]
[*][url=#]Η ομάδα μας[/url]
[/list]
Main
Footer
Как устранить эту проблему?
Подробнее здесь: https://stackoverflow.com/questions/792 ... on-my-page