finalização da atividade #8

Merged
anacarolinaduartecavalcante merged 2 commits from improvement into main 2022-10-08 11:35:59 +00:00

View File

@ -97,18 +97,20 @@
.grid-one, .grid-two, .grid-three, .grid-four {
width: 432px;
height: 332px;
min-height: 332px;
height: 100%;
background: #FFFFFF;
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
display: flex;
justify-content: center;
justify-content: space-around;
align-items: center;
flex-direction: column;
margin: auto;
padding: 32px;
}
.grid-one p, .grid-two p, .grid-three p, .grid-four p {
width: 367px;
height: 100%;
text-align: center;
margin-top: 14px;
}