aboutsummaryrefslogtreecommitdiffhomepage
path: root/snippets/css_html_showcase
blob: 2941cc116e45bf61440e975a8b0fdf7dba3a6ff6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<div style="display: flex; align-items: center; flex-direction: row !important;">
<pre>
{
  use: mapX
  width: 300px
  height: 400px
  center: Taiwan
}
</pre>
<pre>
 => 
</pre>
  
```map
use: Maplibre
width: 300px
height: 400px
center: [121,24]
zoom: 6
```
  
  
  
</div>

<style>
  pre {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.9;
  }
</style>