File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 10
10
< title > Hoi! o/</ title >
11
11
12
12
< style type ="text/css ">
13
+ body {
14
+ background-color : # f0f0f0 ;
15
+ margin : 0 ;
16
+ }
17
+
13
18
.container {
14
19
max-width : 920px ;
15
20
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% ;
17
25
}
18
26
</ style >
19
27
</ head >
20
- < body class ="container ">
28
+ < body >
29
+ < div class ="container ">
21
30
<!-- Generated from index.md using https://marked.js.org/demo/ -->
22
31
< h3 id ="hi "> Hi!</ h3 >
23
32
@@ -70,7 +79,7 @@ <h3 id="demos">Kotlin/Wasm Demos</h3>
70
79
< p > ---</ p >
71
80
72
81
< p > Have a wonderful day!</ p >
73
-
82
+ </ div >
74
83
</ body >
75
84
76
85
<!-- Track visits with respect to privacy -->
You can’t perform that action at this time.
0 commit comments