modified: valitovgaziz/html/index.html

modified:   valitovgaziz/html/style.css
edit the footer, valitovgaziz's site
This commit is contained in:
2025-09-23 17:46:44 +05:00
parent 410f0cb67c
commit e06cc8854c
2 changed files with 44 additions and 10 deletions
+10 -9
View File
@@ -257,10 +257,7 @@
<div class="section"> <div class="section">
<h2>Проекты и достижения</h2> <h2>Проекты и достижения</h2>
<p> <p>
<a <a href="https://github.com" class="project-link" target="_blank"
href="https://github.com"
class="project-link"
target="_blank"
><strong><i>github.com</i></strong></a ><strong><i>github.com</i></strong></a
> >
<strong><i style="color: green"> | </i></strong> <strong><i style="color: green"> | </i></strong>
@@ -271,10 +268,7 @@
><strong><i>Бегущий Башкир</i></strong></a ><strong><i>Бегущий Башкир</i></strong></a
> >
<strong><i style="color: green"> | </i></strong> <strong><i style="color: green"> | </i></strong>
<a <a href="https://yalarba.ru" class="project-link" target="_blank"
href="https://yalarba.ru"
class="project-link"
target="_blank"
><strong><i>Ял Арба</i></strong></a ><strong><i>Ял Арба</i></strong></a
> >
</p> </p>
@@ -324,7 +318,14 @@
</div> </div>
<footer> <footer>
<p>© 2025 Валитов Газиз Камилевич</p> <div class="footer-links">
<div class="footer-box footer-link">Vacation</div>
<div class="footer-box footer-link">Info</div>
<div class="footer-box footer-link">Recvisites</div>
</div>
<div class="footer-end-text">
<p>Создатель Валитов Газиз Камилевич 2025 ©</p>
</div>
</footer> </footer>
</body> </body>
</html> </html>
+34 -1
View File
@@ -113,10 +113,43 @@ h1 {
} }
footer { footer {
text-align: center; text-align: center;
padding: 2rem 0; padding: 1em 0 0 0;
color: var(--dark); color: var(--dark);
font-size: 0.9rem; font-size: 0.9rem;
border-radius: 1rem;
display: flex;
flex-direction: column;
} }
.footer-links {
padding: 1em;
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-around;
}
.footer-box{
width: 4rem;
height: fit-content;
}
.footer-link {
padding: 0.3rem;
border-radius: 0.3em;
border: 1px solid white;
}
.footer-link:hover {
border: 1px solid;
}
.footer-end-text {
margin: 0;
position: relative;
bottom: 0;
}
/* Адаптация для мелких экранов */ /* Адаптация для мелких экранов */
@media (max-width: 768px) { @media (max-width: 768px) {
header { header {