Teste
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

46 lines
634 B

body {
margin: 0;
}
.menu-container table, .menu-container th, .menu-container td {
min-width: 100px;
border: 1px solid black;
border-collapse: collapse;
text-align: center;
}
.menu-container table {
border-top: none;
}
.img-container {
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
}
.menu-container {
display: flex;
justify-content: space-between;
width: 100%;
}
.menu-container img, .menu-container span {
width: 40px;
}
.menu-container table {
border-top: none;
}
.img-fauna {
width: 100%;
margin-top: 50px;
}
footer {
margin-top: 3vh;
}