modif of the script to use html templates and slots with shadow DOM

This commit is contained in:
asus
2023-11-03 10:29:50 +01:00
parent ebb7279644
commit 138711c082
8 changed files with 28 additions and 342 deletions

View File

@@ -1,6 +1,6 @@
<load-html data-path="ascii_elements/mouse_container.html">
<div slot>
<div slot part="mouse_div">
<pre class="mouse f1">

View File

@@ -7,6 +7,7 @@
.mouse_container {
position: relative;
margin-left: 0px;
display: contents;
/*
border: 1px solid red;
margin-right: auto;