Skip to content

Commit 6292852

Browse files
committed
Root page: make it look like a paper
1 parent 1c00ec5 commit 6292852

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

index.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,23 @@
1010
<title>Hoi! o/</title>
1111

1212
<style type="text/css">
13+
body {
14+
background-color: #f0f0f0;
15+
margin: 0;
16+
}
17+
1318
.container {
1419
max-width: 920px;
1520
margin: 0 auto;
16-
padding: 5px;
21+
padding: 20px;
22+
background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
23+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
24+
height: 100%;
1725
}
1826
</style>
1927
</head>
20-
<body class="container">
28+
<body>
29+
<div class="container">
2130
<!-- Generated from index.md using https://marked.js.org/demo/ -->
2231
<h3 id="hi">Hi!</h3>
2332

@@ -70,7 +79,7 @@ <h3 id="demos">Kotlin/Wasm Demos</h3>
7079
<p>---</p>
7180

7281
<p>Have a wonderful day!</p>
73-
82+
</div>
7483
</body>
7584

7685
<!-- Track visits with respect to privacy -->

0 commit comments

Comments
 (0)