Julia Weck
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bild mit bewegter Schrift</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bild mit bewegter Schrift</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="image-container" id="imageBox">
<img src="bilder/beispiel.jpg" alt="Hintergrundbild">
<div class="moving-text">Willkommen in meiner Galerie!</div>
</div>
<img src="bilder/beispiel.jpg" alt="Hintergrundbild">
<div class="moving-text">Willkommen in meiner Galerie!</div>
</div>
<!-- Popup-Fenster -->
<div class="popup" id="popup">
<div class="popup-content">
<span class="close" id="closeBtn">×</span>
<h2>Hallo!</h2>
<p>Das ist dein Popup-Fenster mit beliebigem Inhalt.</p>
</div>
</div>
<div class="popup" id="popup">
<div class="popup-content">
<span class="close" id="closeBtn">×</span>
<h2>Hallo!</h2>
<p>Das ist dein Popup-Fenster mit beliebigem Inhalt.</p>
</div>
</div>
<script src="script.js"></script>
You can edit this text to describe yourself
and your work. Double click to edit.
and your work. Double click to edit.