first commit

This commit is contained in:
2026-04-13 07:15:44 +00:00
parent ad29150770
commit 97a4e3af52
239 changed files with 6671 additions and 91 deletions

View File

@@ -0,0 +1,3 @@
<div class="red" data-stroke="#234"></div>
<div class="green"></div>
<div class="blue"></div>

View File

@@ -0,0 +1,22 @@
#dom-node {
width: 100px;
}
.red {
background-color: #ff0000;
}
.green {
background-color: green;
}
.blue {
background-color: #0000ff;
}
.red,
.green,
.blue {
height: 3px;
border: 1px solid lightgrey;
}