25 lines
379 B
CSS
Executable File
25 lines
379 B
CSS
Executable File
.Footer-box {
|
|
background-color: #38444d;
|
|
width: 100%;
|
|
margin-bottom: -1%;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.footer-content-box {
|
|
width: 80%;
|
|
padding: 2%;
|
|
}
|
|
|
|
.footer-center-box {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.footer-logo {
|
|
width: 10%;
|
|
display: inline-block;
|
|
position: relative;
|
|
vertical-align: middle;
|
|
}
|