refactor: ajusta alinhamento parágrafo infocard
This commit is contained in:
parent
4d741105fd
commit
e7e1892b21
@ -36,30 +36,36 @@ header {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.infocard div {
|
.infocard-title {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
margin: 74px 0;
|
margin: 74px 0;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.infocard h2 {
|
.infocard h2 {
|
||||||
text-align: center;
|
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
line-height: 39px;
|
line-height: 39px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
.infocard h1 {
|
.infocard h1 {
|
||||||
text-align: center;
|
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 48px;
|
font-size: 48px;
|
||||||
line-height: 58px;
|
line-height: 58px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.infocard-paragraph {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.infocard p {
|
.infocard p {
|
||||||
text-align: center;
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
margin-top: 28px;
|
margin-top: 28px;
|
||||||
|
@ -44,16 +44,18 @@
|
|||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<section class="infocard">
|
<section class="infocard">
|
||||||
<div>
|
<div class="infocard-title">
|
||||||
<h2>Lorem ipsum</h2>
|
<h2>Lorem ipsum</h2>
|
||||||
<h1>dolor sit amet</h1>
|
<h1>dolor sit amet</h1>
|
||||||
|
<div class="infocard-paragraph">
|
||||||
<p>
|
<p>
|
||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras
|
||||||
euismod enim non dui fringilla interdum. <br />
|
euismod enim non dui fringilla interdum. <br />
|
||||||
Curabitur ut tortor sed lacus egestas vulputate vel sit amet velit.
|
Curabitur ut tortor sed lacus egestas vulputate vel sit amet
|
||||||
Nulla suscipit magna dui.
|
velit. Nulla suscipit magna dui.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<figure>
|
<figure>
|
||||||
<img
|
<img
|
||||||
src="./assets/images/fxemoji_threenetworkedcomputers.svg"
|
src="./assets/images/fxemoji_threenetworkedcomputers.svg"
|
||||||
|
Loading…
Reference in New Issue
Block a user