forked from M3-Academy/practice-time-landing-page
finalização da atividade
This commit is contained in:
parent
0c0564f7e2
commit
5abca70e67
@ -97,18 +97,20 @@
|
|||||||
|
|
||||||
.grid-one, .grid-two, .grid-three, .grid-four {
|
.grid-one, .grid-two, .grid-three, .grid-four {
|
||||||
width: 432px;
|
width: 432px;
|
||||||
height: 332px;
|
min-height: 332px;
|
||||||
|
height: 100%;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
|
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: space-around;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: auto;
|
padding: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid-one p, .grid-two p, .grid-three p, .grid-four p {
|
.grid-one p, .grid-two p, .grid-three p, .grid-four p {
|
||||||
width: 367px;
|
width: 367px;
|
||||||
|
height: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user