use block sentence for text on main page
This commit is contained in:
parent
06599a881f
commit
0854603421
2 changed files with 12 additions and 1 deletions
|
@ -16,7 +16,7 @@ getHeader("Jonas Leder", "home");
|
||||||
<div class="center">
|
<div class="center">
|
||||||
<img id="homeImage" src="img/bildHome.webp">
|
<img id="homeImage" src="img/bildHome.webp">
|
||||||
<h2>Über mich</h2>
|
<h2>Ü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>
|
<p><a href="about.php"><button>Mehr</button></a></p>
|
||||||
<div class="spacer"></div>
|
<div class="spacer"></div>
|
||||||
|
|
||||||
|
|
|
@ -47,4 +47,15 @@ h1 {
|
||||||
|
|
||||||
.center{
|
.center{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
}
|
||||||
|
.left{
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
.right{
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.block{
|
||||||
|
text-align: justify;
|
||||||
|
text-justify: auto;
|
||||||
}
|
}
|
Loading…
Reference in a new issue