From 7becf28cd3e78b2198851f85a28cefe439043396 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Fri, 10 Nov 2023 06:47:56 -0500 Subject: [PATCH] css + elements --- app.css | 17 +++++++++++++++++ index.html | 12 +++++++++++- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/app.css b/app.css index e69de29..699e237 100644 --- a/app.css +++ b/app.css @@ -0,0 +1,17 @@ +ul { + padding:0px; +} + +li { + cursor:grab; + border:1px solid black; + padding: 1em; + margin: 1em; + list-style:none; +} + +li:active { + cursor:grabbing; + border-color:red; + color:red; +} diff --git a/index.html b/index.html index 341a914..4060ad2 100644 --- a/index.html +++ b/index.html @@ -4,9 +4,19 @@ - +

New Trello

+ +