init files
This commit is contained in:
29
01_grundlagen/faq/htmltagwrap.html
Normal file
29
01_grundlagen/faq/htmltagwrap.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<!doctype html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>HTMLTagWrap</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<div class="container py-5">
|
||||
<h1>HTMLTagWrap</h1>
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ex id molestias pariatur voluptatibus exercitationem,
|
||||
iusto eum autem quae nam adipisci labore provident optio cum doloribus numquam, cupiditate necessitatibus
|
||||
ducimus praesentium?
|
||||
<ol>
|
||||
<li>Listenpunkt</li>
|
||||
<li>Listenpunkt</li>
|
||||
<li>Listenpunkt</li>
|
||||
<li>Listenpunkt</li>
|
||||
<li>Listenpunkt</li>
|
||||
</ol>
|
||||
</div>
|
||||
</main>
|
||||
<script>
|
||||
'use strict';
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
9
01_grundlagen/faq/style.css
Normal file
9
01_grundlagen/faq/style.css
Normal file
@@ -0,0 +1,9 @@
|
||||
*,
|
||||
html {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #ff9900;
|
||||
}
|
||||
Reference in New Issue
Block a user