moved content text alingment to left
This commit is contained in:
parent
dc15b03178
commit
4e61a0fe5c
@ -37,7 +37,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h2 style="font-style: italic;">A little biography</h2>
|
<h2>A little biography</h2>
|
||||||
<p>
|
<p>
|
||||||
Hi. I’m Lorenzo and I’m an 18-years-old, Italian, high school student.
|
Hi. I’m Lorenzo and I’m an 18-years-old, Italian, high school student.
|
||||||
<br>
|
<br>
|
||||||
|
@ -23,7 +23,7 @@ h2 {
|
|||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
color: white;
|
color: white;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 38px 20px 20px;
|
padding: 38px 0 20px;
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -94,7 +94,7 @@ h1 {
|
|||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
color: white;
|
color: white;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding-left: 10%;
|
padding-left: 10%;
|
||||||
padding-right: 10%;
|
padding-right: 10%;
|
||||||
|
Reference in New Issue
Block a user