Add missing web development concepts

This commit is contained in:
user
2026-05-11 17:32:14 +09:00
parent 14aba7aa0b
commit 2c46c020e5
19 changed files with 219 additions and 12 deletions

View File

@@ -129,7 +129,7 @@ h1 {
left: 0;
top: 0;
width: 2400px;
height: 1600px;
height: 1900px;
transform-origin: 0 0;
will-change: transform;
}
@@ -143,7 +143,7 @@ h1 {
.connector-layer {
pointer-events: none;
width: 2400px;
height: 1600px;
height: 1900px;
overflow: visible;
}