Skip to content
Snippets Groups Projects
Commit 08546034 authored by Jonas Leder's avatar Jonas Leder
Browse files

use block sentence for text on main page

parent 06599a88
Branches
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ getHeader("Jonas Leder", "home");
<div class="center">
<img id="homeImage" src="img/bildHome.webp">
<h2>&Uuml;ber mich</h2>
<p>Hallo, mein Name ist Jonas Leder. Ich bin aktuell Student an der Dualen Hochschule Baden-Württemberg in Mannheim Fachrichtung Angewandte Informatik.</p>
<p class="left block">Hallo, mein Name ist Jonas Leder. Ich bin aktuell Student an der Dualen Hochschule Baden-Württemberg in Mannheim Fachrichtung Angewandte Informatik.</p>
<p><a href="about.php"><button>Mehr</button></a></p>
<div class="spacer"></div>
......
......@@ -47,4 +47,15 @@ h1 {
.center{
text-align: center;
}
.left{
text-align: left;
}
.right{
text-align: left;
}
.block{
text-align: justify;
text-justify: auto;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment