27 lines
443 B
CSS
27 lines
443 B
CSS
.footer {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
text-align: center;
|
|
background-color: #cfcfcf;
|
|
padding: 1rem;
|
|
}
|
|
|
|
#fi-button {
|
|
background: url("/static/img/fi.png") no-repeat;
|
|
background-size: cover;
|
|
}
|
|
|
|
#en-button {
|
|
background: url("/static/img/en.png") no-repeat;
|
|
background-size: cover;
|
|
}
|
|
|
|
.lang-button {
|
|
height: 20px;
|
|
width: 30px;
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
}
|