Skip to content

Commit

Permalink
Update Ender's Game.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PearlL0700 authored Apr 2, 2024
1 parent 4c9b36c commit b8e8b21
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Ender's Game.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<title> Ender's Game </title>
<link rel = "stylesheet" type = "text/css" href = "style.css">
<style>
.img1{
.eg1{
width: 200px;
height: 330px;
padding-left: 250px;
}
.img{
.eg{
width: 200px;
height: 330px;
padding-left: 80px;
Expand All @@ -35,9 +35,9 @@ <h5>
opposite of Peter. His constant fear of Peter motivates him to steer away from darkness and towards a path
shaped by compassion and understanding.
</h5>
<img src = "./images/eg1.png" class = "img1">
<img src = "./images/eg2.png" class = "img">
<img src = "./images/eg3.png" class = "img">
<img src = "./images/eg1.png" class = "eg1">
<img src = "./images/eg2.png" class = "eg">
<img src = "./images/eg3.png" class = "eg">
<img id = "butt3" src = "./images/Butt1.png" class = "butt1"/>
<script>
document.getElementById('butt3').addEventListener('click', function (){
Expand Down

0 comments on commit b8e8b21

Please sign in to comment.