forked from M3-Academy/challenge-landing-page
adiciona infocard desktop
This commit is contained in:
parent
4d8c2e6933
commit
b1b02744d6
BIN
assets/image/top-infocard-image.png
Normal file
BIN
assets/image/top-infocard-image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
@ -31,4 +31,38 @@
|
||||
.banner-mobile{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.infocard{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
padding: 72px 0;
|
||||
}
|
||||
|
||||
.infocard-subtitle{
|
||||
font-size: 32px;
|
||||
line-height: 39px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.infocard-title{
|
||||
font-weight: 500px;
|
||||
font-size: 48px;
|
||||
line-height: 58px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.infocard-description{
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
max-width: 766px;
|
||||
padding: 28px 0 0 0;
|
||||
}
|
||||
|
||||
.infocard-image{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
Loading…
Reference in New Issue
Block a user