Код: Выделить всё
В то же время я хочу включить в нижний колонтитул авторские права/указание об авторских правах, которые присутствуют в HTML, но невидимы на странице.
Код: Выделить всё
body { font-family: Arial, sans-serif; text-align: center; padding: 50px; background: #f9f9f9; }
/* Header color fade animation */
h1 {
font-size: 48px;
animation: colorFade 5s infinite alternate;
}
@keyframes colorFade {
0% { color: blue; }
50% { color: green; }
100% { color: red; }
}
/* Footer with hidden credit */
footer { margin-top: 100px; font-size: 0.9em; }
.hidden-credit { display: none; }Код: Выделить всё
Portfolio Huf48500
Huf48500 / HufHuf48
IT student | Passionate about cybersecurity and development
Thank you for visiting!
© Huf48500 / HufHuf48 — GitHub: [url=https://github.com/HufHuf48]HufHuf48[/url]
Заранее благодарим за любые советы или альтернативные решения!
Подробнее здесь: https://stackoverflow.com/questions/798 ... on-to-text