Hallo Community, wollte mal fragen wie man einen Text über eine Grafik setzt...
mein code:
über der Grafik #demo2 hätte ich gerne einen text aber wie das geht keine ahnung
mfg
Moritz
mein code:
Code:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bau & Gartenservice Wiedemann</title>
<style>
#demo {
background-image:url(background2.jpg);
height: 480px;
width: 1927px;
background-position: -20px -0px;
}
#demo2 {
background-image:url(schreibding.jpg);
height: 700px;
width: 800px;
margin: -0px 0 0 580px;
}
body {
overflow-x: hidden;
}
</style>
</head>
<body style="margin: -22px; padding: 0px;">
<h1></h1>
<section id="demo"></section>
<section id="demo2"></section>
</body>
</html>
über der Grafik #demo2 hätte ich gerne einen text aber wie das geht keine ahnung
mfg
Moritz