Skip to content

Commit 6445a82

Browse files
author
Philip Guo
committed
bam
1 parent ab3a0bd commit 6445a82

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

edu-python.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,8 +578,8 @@ table#gradeMatrix td.testOutputCell {
578578
vertical-align: middle;
579579
}
580580

581-
table#gradeMatrix td.statusCell,
582-
table#gradeMatrix td.expectedCell {
581+
table#gradeMatrix tbody td.statusCell,
582+
table#gradeMatrix tbody td.expectedCell {
583583
padding-left: 12px;
584584
padding-bottom: 10px;
585585
vertical-align: middle;

grading.png

47 KB
Loading

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ <h2>programming problems by writing Python code</h2>
8888
<p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
8989
eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>
9090

91+
<center>
92+
<img src="grading.png"/>
93+
</center>
94+
9195
<ul>
9296

9397
<li><a href="question.html?two-sum">Two-sum</a></li>

0 commit comments

Comments
 (0)