This commit is contained in:
Philippe Torrel
2026-09-07 13:31:03 +02:00
parent 4b69ff4fde
commit d24ad828a0
5 changed files with 77 additions and 3 deletions

View File

@@ -0,0 +1,19 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HTMLTagWrap</title>
</head>
<body>
<section class="section-content">
<div>
<h2>Headline</h2>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Dicta atque soluta iusto, magnam voluptatem
explicabo possimus libero. Quibusdam, error voluptatum?
</p>
</div>
</section>
</body>
</html>

View File

@@ -0,0 +1,3 @@
body {
background-color: steelblue;
}