diff --git a/src/App.vue b/src/App.vue
index 723f85d..1818242 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -17,6 +17,7 @@
@@ -35,7 +36,8 @@
diff --git a/src/assets/main.css b/src/assets/main.css
index 91ab347..2ccb0aa 100644
--- a/src/assets/main.css
+++ b/src/assets/main.css
@@ -1,4 +1,14 @@
.completed {
opacity: .5;
text-decoration: line-through;
-}
\ No newline at end of file
+}
+
+.delete {
+ padding: 5px 10px;
+ font-size: 12px;
+ height: 30px;
+ width: auto;
+ color: red;
+ background-color: transparent;
+ border: none;
+}