starting with snap...

This commit is contained in:
STEINNI
2025-09-19 16:09:03 +00:00
parent b5f0fb0c5d
commit 5292af6933
3 changed files with 37 additions and 6 deletions
+9 -4
View File
@@ -1,8 +1,13 @@
<style>
article.mainDashboard{ height:100%; }
article.mainDashboard>section:first-of-type{
height:100%;
background-color: #333;
}
</style>
<article eiccard media class="mainDashboard">
<header>
<h1>Simulation Main dashboard</h1>
</header>
<section>
hello world
<svg class="stb" width="100%" height="100%"></svg>
</section>
</article>