16 lines
222 B
CSS
16 lines
222 B
CSS
footer{
|
|
background-color: #A4A4A4;
|
|
|
|
padding: 1em;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
text-align: center;
|
|
}
|
|
footer a{
|
|
color: black;
|
|
}
|
|
|
|
.iframe-map{
|
|
width: 100%;
|
|
} |