Skip to content

Commit

Permalink
Merge pull request #5 from Birkbeck2/mediaqueries
Browse files Browse the repository at this point in the history
Successfully added all media queries for responsive puzzle
  • Loading branch information
adeledsg authored Apr 9, 2024
2 parents bda41fe + 4cbc09e commit 29aeb39
Show file tree
Hide file tree
Showing 2 changed files with 733 additions and 28 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
<main>
<section>
<h1>Puzzle 1</h1>
<div id="containers">
<div id = "piece-container"></div> <!--creating the puzzle piece -https://www.youtube.com/watch?app=desktop&v=b-WZjv5Xglc&ab_channel=PresentationProcess-->
<div id = "puzzle-container"></div>
</div>
<ul id = "buttons">
<li><button id = "start">start</button></li>
<li><button id = "reset">reset</button></li>
</ul>
<div id="containers">
<div id = "piece-container"></div> <!--creating the puzzle piece -https://www.youtube.com/watch?app=desktop&v=b-WZjv5Xglc&ab_channel=PresentationProcess-->
<div id = "puzzle-container"></div>
</div>
</section>
</main>

Expand Down
Loading

0 comments on commit 29aeb39

Please sign in to comment.