Trouble selecting keyboard-canvas-response text element in CSS #1948
Answered
by
Max-Lovell
Max-Lovell
asked this question in
Q&A
-
Is there a way to change the location of this text element, either through CSS or inside the HTML file? |
Beta Was this translation helpful? Give feedback.
Answered by
Max-Lovell
Jun 30, 2021
Replies: 1 comment
-
fixed with HTML styling in the canvas-keyboard-response trial definition prompt: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
becky-gilbert
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fixed with HTML styling in the canvas-keyboard-response trial definition
prompt:
<p style = "position: relative; top:150px; font-size: 28px">right or left?</p>
,