Skip to content

Commit

Permalink
buttonsss
Browse files Browse the repository at this point in the history
  • Loading branch information
Pearl Lam authored and Pearl Lam committed Apr 2, 2024
1 parent 4b56208 commit b76585c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LOTF.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h5> Simon's brutal murder in William Golding's <i>Lord of the Flies</i> illustr
<img src = "./images/pigStick.png" class = "loft-img1">
<img src = "./images/loftAltCov.png" class = "loft-img">
<img src = "./images/loneHunter.png" class = "loft-img">
<img id = "butt4" src = "./images/Butt1.png" class = "butt2"/>
<img id = "butt4" src = "./images/Butt1.png" class = "butt1"/>
</div>
<script>
document.getElementById('butt4').addEventListener('click', function (){
Expand Down
2 changes: 1 addition & 1 deletion Salem Witch Trials.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h5>
fear to dictate our actions and decisions and the importance of addressing one's fears
constructively and empathetically.
</h5>
<img id = "butt5" src = "./images/Butt1.png" class = "butt2"/>
<img id = "butt5" src = "./images/Butt1.png" class = "butt1"/>
<script>
document.getElementById('butt5').addEventListener('click', function (){
window.location.href = "./nav.html"
Expand Down
2 changes: 1 addition & 1 deletion naruto.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h5>
</h5>
<img src = "./images/oop.png" class = "na-img">

<img id = "butt6" src = "./images/Butt1.png" class = "butt2"/>
<img id = "butt6" src = "./images/Butt1.png" class = "butt1"/>
<script>
document.getElementById('butt6').addEventListener('click', function (){
window.location.href = "./nav.html"
Expand Down
8 changes: 0 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,3 @@ h5{
top: 860px;
right: 175px;
}

.butt2{
width: 100px;
height: 60px;
position: absolute;
top: 860px;
right: 175px;
}

0 comments on commit b76585c

Please sign in to comment.