fixes: Fix image alignment on figure and img elements 4#attempt
parent
95057d9c48
commit
5ac2271a0d
24
README.md
24
README.md
|
@ -1,10 +1,14 @@
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.centerImage
|
.centerImage
|
||||||
{
|
{
|
||||||
margin: 0 auto;
|
display: flex;
|
||||||
display: block;
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
gap: 10px;
|
||||||
}
|
}
|
||||||
p{text-align:center;
|
.centerCaption
|
||||||
|
{
|
||||||
|
text-align:center;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
@ -37,7 +41,7 @@ Wenn Du schon drin bist, wieder bis ganz am Ende scrollen bis Du `Build-Nummer`
|
||||||
|
|
||||||
<div class="centerImage">
|
<div class="centerImage">
|
||||||
<img src="Einrichtung/Android_Einstellungen_Build.png" alt="Buildnummer" width="500">
|
<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>
|
</p>
|
||||||
</div>
|
</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.
|
Starte dein `Trimble Mobile Manager` und stelle deinen `Trimble Mobile Manager Konto` bereit.
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
<img src="Einrichtung/Android_Entwickleroptionen3.png" alt="Entwickleroptionen_4" width="500" class="centerImage">
|
<img src="Einrichtung/TMM_Start.png" alt="TMM-Option_1" width="500" class="centerImage">
|
||||||
<figcaption align="center"><em>Bild 1.6 So sieht <code>App für simulierte Standorte auswählen</code> aus.</em>
|
<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>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
#### :tada: Dein Trimble Mobile Manager ist einsatzbereit :tada:
|
#### :tada: Dein Trimble Mobile Manager ist einsatzbereit :tada:
|
Loading…
Reference in New Issue