Skip to content
Snippets Groups Projects
Commit 5ce2c20b authored by Iskandar, Michelle P (UG - Computer Science)'s avatar Iskandar, Michelle P (UG - Computer Science) :ice_skate:
Browse files

Fixed submissions title

parent ce7ce2b6
No related branches found
No related tags found
1 merge request!5Database
......@@ -183,4 +183,16 @@ table, th, td {
td{
min-width: 10em;
font-family: Calibri, 'Trebuchet MS', sans-serif;
}
th{
color: #e95e01;
font-size: 1.2em;
}
.thead{
font-family: Calibri, 'Trebuchet MS', sans-serif;
color: cornflowerblue;
font-size: 2em;
}
\ No newline at end of file
......@@ -19,7 +19,7 @@
</div>
<body>
<h1>Posts</h1>
<h1 class = "thead text-center">Movie Submissions and Predictions</h1>
<%- include("table", {items}); %>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment