Jochen: Divs ohne Zwischenabstände

Beitrag lesen

Für den Test sind die Style-Angaben bewusst im HTML.

<div style="margin-top:2em;">

  <div style="text-align:right;">

    <img src="/bilder/f1.webp" style="max-width:150px; width:100%; 
height:auto;">

  </div>

  <div>

    <center>

	<h2>Bienvenue</h2>

	<h3>dans la Cantine .....</h3>

	</center>

  </div>

  <div>

  <img src="/bilder/f1.webp" style="max-width:150px;  width:100%; height:auto;">

  </div>

 </div>