Skip to content

Commit

Permalink
place images side by side
Browse files Browse the repository at this point in the history
  • Loading branch information
Felienne committed Nov 29, 2023
1 parent 803ba8c commit b3ecdeb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions content/adventures/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4864,10 +4864,12 @@ adventures:
story_text: |
### Exercise
Recreate the drawings with the turtle!
Rectangle <img src="https://github.com/hedyorg/hedy/assets/80678586/77aa99d5-cd8f-4969-b49d-e8fed34ac550" width="100">
Square <img src="https://github.com/hedyorg/hedy/assets/80678586/03b96c2c-7b94-4032-9f9f-3f3b13573623" width="100">
Stairs<img src="https://github.com/hedyorg/hedy/assets/80678586/d4301e62-ec66-4031-827c-7d21f73ba106" width="100">
<div class="w-full flex flex-row gap-2">
Rectangle <img src="https://github.com/hedyorg/hedy/assets/80678586/77aa99d5-cd8f-4969-b49d-e8fed34ac550" width="100">
Square <img src="https://github.com/hedyorg/hedy/assets/80678586/03b96c2c-7b94-4032-9f9f-3f3b13573623" width="100">
Stairs<img src="https://github.com/hedyorg/hedy/assets/80678586/d4301e62-ec66-4031-827c-7d21f73ba106" width="100">
</div>
example_code: ''
start_code: '## Recreate the drawings with the turtle!'
2:
Expand Down

0 comments on commit b3ecdeb

Please sign in to comment.