This commit is contained in:
19
01_grundlagen/faq/htmltagwrap.html
Normal file
19
01_grundlagen/faq/htmltagwrap.html
Normal 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>
|
||||
3
01_grundlagen/faq/style.css
Normal file
3
01_grundlagen/faq/style.css
Normal file
@@ -0,0 +1,3 @@
|
||||
body {
|
||||
background-color: steelblue;
|
||||
}
|
||||
Reference in New Issue
Block a user