Skip to content

Commit

Permalink
explanation for GraphInput Model
Browse files Browse the repository at this point in the history
  • Loading branch information
stellakangj committed Oct 25, 2023
1 parent 9500ea6 commit ff897b9
Show file tree
Hide file tree
Showing 3 changed files with 571 additions and 378 deletions.
4 changes: 4 additions & 0 deletions src/components/shared/Exercises/GraphInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ function GraphInput({
Check
</button>
</div>
explanation,
<p className="explanation">
Type the correct numbers into the blank below!
</p>
</div>
);
/*
Expand Down
6 changes: 6 additions & 0 deletions src/styles/Exercises/GraphInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,9 @@
color: colors.$text-white;
padding: 1.25vw 2.5vw;
}

.explanation {
color: #333;
font-size: 16px;
margin-top: 10px;
}
Loading

0 comments on commit ff897b9

Please sign in to comment.