fixes: Fix image alignment on figure and img elements 4#attempt

repair
Indraprasta Risaldi 2023-11-30 11:26:43 +01:00
parent 95057d9c48
commit 5ac2271a0d
1 changed files with 18 additions and 6 deletions

View File

@ -1,10 +1,14 @@
<style type="text/css">
.centerImage
{
margin: 0 auto;
display: block;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}
p{text-align:center;
.centerCaption
{
text-align:center;
}
</style>
@ -37,7 +41,7 @@ Wenn Du schon drin bist, wieder bis ganz am Ende scrollen bis Du `Build-Nummer`
<div class="centerImage">
<img src="Einrichtung/Android_Einstellungen_Build.png" alt="Buildnummer" width="500">
<p><em>Bild 1.2 Auf dem <code>Build-Nummer</code> 7-mal drücken.</em>
<p class="centerCaption"><em>Bild 1.2 Auf dem <code>Build-Nummer</code> 7-mal drücken.</em>
</p>
</div>
@ -81,8 +85,16 @@ So sieht es bei Dir am Ende aus:
Starte dein `Trimble Mobile Manager` und stelle deinen `Trimble Mobile Manager Konto` bereit.
<figure>
<img src="Einrichtung/Android_Entwickleroptionen3.png" alt="Entwickleroptionen_4" width="500" class="centerImage">
<figcaption align="center"><em>Bild 1.6 So sieht <code>App für simulierte Standorte auswählen</code> aus.</em>
<img src="Einrichtung/TMM_Start.png" alt="TMM-Option_1" width="500" class="centerImage">
<figcaption align="center"><em>Bild 2.1 Start-Fenster des Trimble Mobile Managers.</em>
</figcaption>
</figure>
Drücke die Menüleiste ganz oben links, um dich bei denen anzumelden.
<figure>
<img src="Einrichtung/TMM_Start.png" alt="TMM-Option_1" width="500" class="centerImage">
<figcaption align="center"><em>Bild 2.1 Start-Fenster des Trimble Mobile Managers.</em>
</figcaption>
</figure>
#### :tada: Dein Trimble Mobile Manager ist einsatzbereit :tada: