moved content text alingment to left

This commit is contained in:
Bea 2020-08-10 02:00:54 +02:00
parent dc15b03178
commit 4e61a0fe5c
5 changed files with 64 additions and 64 deletions

View File

@ -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. Im Lorenzo and Im an 18-years-old, Italian, high school student. Hi. Im Lorenzo and Im an 18-years-old, Italian, high school student.
<br> <br>

View File

@ -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;
} }

View File

@ -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%;