]> git.plutz.net Git - busy/blobdiff - Tasks.css
basic user interface for creating a task
[busy] / Tasks.css
diff --git a/Tasks.css b/Tasks.css
new file mode 100644 (file)
index 0000000..e7b8f24
--- /dev/null
+++ b/Tasks.css
@@ -0,0 +1,17 @@
+.Task{
+  margin: .5em;
+  width: 95%;
+  background-color: #DDF;
+  color: #000;
+  padding: .5em;
+  border-width: 1px;
+  border-color: #00A;
+  border-style: solid solid solid solid;
+}
+.Task h1{
+  margin: 0em;
+  text-size: 2em;
+}
+.Task div{
+  position: absolute;
+}