UNPKG

1.19 kBHTMLView Raw
1<!DOCTYPE html>
2<html>
3
4 <head>
5 <link rel="stylesheet" href="/node_modules/greenwood-starter-presentation/dist/styles/theme.css"></link>
6 <link rel="stylesheet" href="/node_modules/greenwood-starter-presentation/dist/styles/main.css"></link>
7
8 <style>
9
10 :root {
11 width: 99%;
12 }
13
14 :root p {
15 max-width: 60ch;
16 margin: 0 auto;
17 }
18 div#container {
19 display: flex;
20 flex-direction: column;
21 justify-content: center;
22 height: 100vh;
23 width: 100%;
24 margin: 0;
25 }
26
27 div#container > h1 {
28 text-align: center;
29 }
30
31 div#container > hr {
32 position: absolute;
33 width: 100px;
34 border: 3px solid var(--color-secondary);
35 bottom: 2rem;
36 left: 80%;
37 }
38 </style>
39 </head>
40
41 <body>
42 <div id="container">
43 <content-outlet></content-outlet>
44 <hr />
45 </div>
46
47 <script type="module" src="/node_modules/greenwood-starter-presentation/dist/components/link-target.js"></script>
48 <script type="module" src="/node_modules/greenwood-starter-presentation/dist/components/iframe-key-capture.js"></script>
49 </body>
50
51</html>
\No newline at end of file