diff --git a/src/components/Table.css b/src/components/Table.css new file mode 100644 index 0000000..964fafa --- /dev/null +++ b/src/components/Table.css @@ -0,0 +1,7 @@ +.td-key { + width: 30%; + background-color: #fcfcfc; +} +.td-value { + width: 70%; +} \ No newline at end of file