diff options
author | sanine <sanine.not@pm.me> | 2022-06-05 22:31:03 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-06-05 22:31:03 -0500 |
commit | fcb07257f0208612816c888b7b6f9b8ac4c4570e (patch) | |
tree | 272d1ceccf49ebfeced3ed93f1dd3fd9488d7c73 /src/index.html | |
parent | 980dc4390e5414b4892421dea3ebb99f1a5839ac (diff) |
add draggable 'windows'node-based
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index 9ff8fd3..cce7183 100644 --- a/src/index.html +++ b/src/index.html @@ -44,6 +44,19 @@ li.visible:before { content: '👁 '; } + + .draggable-window { + border: 1px solid white; + background-color: #222; + } + + .draggable-header { + padding: 10px; + text-align: center; + font-weight: bold; + background-color: white; + color: #222; + } </style> <script type="module" src="main.js"></script> </head> |