пятое сохранение
This commit is contained in:
66
keynest/src/components/Footer.css
Normal file
66
keynest/src/components/Footer.css
Normal file
@@ -0,0 +1,66 @@
|
||||
.footer {
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
padding: 40px 0;
|
||||
font-family: 'Nunito', sans-serif;
|
||||
margin-top: 800px;
|
||||
}
|
||||
|
||||
.footer-container {
|
||||
width: 90%;
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-around;
|
||||
top: 1000px;
|
||||
}
|
||||
|
||||
.footer-section {
|
||||
margin-bottom: 30px;
|
||||
flex: 1;
|
||||
min-width: 250px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.footer-section h3 {
|
||||
color: #a6a5a8;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.footer-section p {
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.social-links a {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
margin-right: 15px;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.social-links a:hover {
|
||||
color: #bb86fc;
|
||||
}
|
||||
|
||||
.footer-bottom {
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
width: 100%;
|
||||
padding-top: 20px;
|
||||
border-top: 1px solid #555;
|
||||
}
|
||||
|
||||
.footer-bottom p {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.footer-bottom a {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.footer-bottom a:hover {
|
||||
color: #bb86fc;
|
||||
}
|
||||
Reference in New Issue
Block a user