Colocando estilo nos cards

This commit is contained in:
Douglas Vinicius Nobrega 2022-10-09 11:50:19 -03:00
parent 21e4278942
commit a89595f1af
2 changed files with 13 additions and 3 deletions

View File

@ -71,8 +71,6 @@ body {
.top-cards {
display: flex;
align-items: center;
justify-content: center;
margin-top: 179px;
gap: 23px;
}
@ -84,6 +82,18 @@ body {
justify-content: center;
background: #FFFFFF;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
padding: 50px 25px 27px;
}
.top-card-image {
width: 103px;;
}
.top-card-description {
font-size: 16px;
line-height: 24px;
text-align: center;
margin-top: 27px;
}
@media screen and (max-width: 414px) {

View File

@ -16,7 +16,7 @@
<header class="page-header">
<div>
<img class="page-header-logo" src="assets/images/Logo-M3Academy 1.png" alt="Logo do topo M3Academy "/>
<a href="/"><img class="page-header-logo" src="assets/images/Logo-M3Academy 1.png" alt="Logo do topo M3Academy "/></a>
</div>
</header>