modified: valitovgaziz/html/index.html
modified: valitovgaziz/html/style.css new file: valitovgaziz/html/style/footer.css modified: valitovgaziz/html/style/social_link.css some style on valitovgaziz's site
This commit is contained in:
@@ -450,7 +450,6 @@
|
||||
<ul>
|
||||
<li><a href="https://t.me/ValitovGaziz_Ufa">Owners news</a></li>
|
||||
<li><a href="https://t.me/+oYymS0r6qG9lYWJi">YalArba team in Telegram</a></li>
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
@import url("./style/social_link.css");
|
||||
@import url("./style/hero_section.css");
|
||||
@import url("./style/yalarba_investmen.css");
|
||||
@import url("./style/footer.css");
|
||||
|
||||
:root {
|
||||
--primary: #2c3e50;
|
||||
@@ -44,6 +45,7 @@ h3 {
|
||||
h1 {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.contact-info {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@@ -113,48 +115,7 @@ h1 {
|
||||
.project-link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
footer {
|
||||
text-align: center;
|
||||
padding: 1em 0 0 0;
|
||||
color: var(--dark);
|
||||
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: fit-content;
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
.footer-link {
|
||||
padding: 0.3rem;
|
||||
border-radius: 0.3em;
|
||||
border: 1px solid white;
|
||||
}
|
||||
|
||||
.footer-link:hover {
|
||||
border: 1px solid;
|
||||
cursor: pointer;
|
||||
-webkit-box-shadow: 2px 2px 8px 0px rgba(32, 187, 108, 0.43);
|
||||
-moz-box-shadow: 2px 2px 8px 0px rgba(32, 187, 108, 0.43);
|
||||
box-shadow: 2px 2px 8px 0px rgba(32, 187, 108, 0.43);
|
||||
}
|
||||
|
||||
.footer-end-text {
|
||||
margin: 0;
|
||||
position: relative;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
/* Адаптация для мелких экранов */
|
||||
@media (max-width: 768px) {
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
footer {
|
||||
text-align: center;
|
||||
padding: 1em 0 0 0;
|
||||
color: var(--dark);
|
||||
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: fit-content;
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
.footer-link {
|
||||
padding: 1rem;
|
||||
border-radius: 0.3em;
|
||||
}
|
||||
|
||||
|
||||
.footer-end-text {
|
||||
margin: 0 0 3rem 0;
|
||||
position: relative;
|
||||
bottom: 0;
|
||||
}
|
||||
@@ -16,6 +16,10 @@
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.social_link img {
|
||||
background-color: #ffffff00;
|
||||
}
|
||||
|
||||
.social_links_block h4 {
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user