From fcb07257f0208612816c888b7b6f9b8ac4c4570e Mon Sep 17 00:00:00 2001 From: sanine Date: Sun, 5 Jun 2022 22:31:03 -0500 Subject: add draggable 'windows' --- src/index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/index.html') 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; + } -- cgit v1.2.1