Skip to content

Commit 38391e4

Browse files
committed
table works but lacks border
1 parent 76ec031 commit 38391e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Place your CSS styles in this file */
22
body {background-color: powderblue;}
33
h1 {font-family: "Andalé Mono", monospace;}
4-
h2 {font-family: "Georgia", sans-serif;}
5-
p {font-family: "Georgia", sans-serif;}
4+
h2, p {font-family: "Georgia", sans-serif;}
5+
table, th, td {font-family: "Georgia", sans-serif; border: 1px solid black; border-collapse: collapse;}

0 commit comments

Comments
 (0)