diff --git a/src/main/webapp/WEB-INF/jsp/card.jsp b/src/main/webapp/WEB-INF/jsp/card.jsp
index ede1d1a..aa4663f 100644
--- a/src/main/webapp/WEB-INF/jsp/card.jsp
+++ b/src/main/webapp/WEB-INF/jsp/card.jsp
@@ -8,11 +8,18 @@
clear: both;
}
+td, th{
+ padding: 5px 5px 5px 5px;
+
+ }
+table, td, th{
+ border: 1px solid black;
+ border-collapse: collapse;
+}
.container input {
width: 100%;
clear: both;
-
}
@@ -37,9 +44,11 @@
-
-
Card Name | Mana Cost | @@ -48,20 +57,23 @@Description | Creature Type | ||
---|---|---|---|---|---|
${listValue.cardName} | ${listValue.manaCost} | ${listValue.power} | ${listValue.toughness} | ${listValue.description} | ${listValue.creatureType} | +