We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ec031 commit 38391e4Copy full SHA for 38391e4
styles.css
@@ -1,5 +1,5 @@
1
/* Place your CSS styles in this file */
2
body {background-color: powderblue;}
3
h1 {font-family: "Andalé Mono", monospace;}
4
-h2 {font-family: "Georgia", sans-serif;}
5
-p {font-family: "Georgia", sans-serif;}
+h2, p {font-family: "Georgia", sans-serif;}
+table, th, td {font-family: "Georgia", sans-serif; border: 1px solid black; border-collapse: collapse;}
0 commit comments