emersonfully

This commit is contained in:
Emerson Fully 2022-10-13 22:23:14 -03:00
parent a968063a67
commit 68660f65a0

View File

@ -12,7 +12,7 @@ body {
}
.page-header {
background-color: black;
background-color: #000000;
display: flex;
justify-content: center;
align-items: center;
@ -71,19 +71,19 @@ body {
}
.top-cards {
padding: 80px;
display: grid;
grid-template-columns: repeat(3, max-content);
gap: 20px;
padding: 80px;
background-color: #fff;
justify-content: center;
}
.top-card {
padding: 26px;
display: flex;
flex-direction: column;
align-items: center;
padding: 26px;
background: #FFFFFF;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
}
@ -179,10 +179,10 @@ body {
}
footer {
align-items: center;
justify-content: center;
display: flex;
height: 128px;
display: flex;
justify-content: center;
align-items: center;
background-color: black;
color: gray;
}
@ -390,6 +390,4 @@ footer > p {
display: none;
}
}