updated font css, hover css

This commit is contained in:
Jacob Haddon
2024-03-12 20:19:49 -04:00
parent 83c918809b
commit e52846a08f
2 changed files with 26 additions and 9 deletions

View File

@ -100,6 +100,10 @@ $(document).ready(function(){
todayFormatted = today.toString();
$("#byline").html("<p>blackout poem inspired by " + book.title + " by " + book.author + "</p><p>composed on: " + todayFormatted) + "</p>";
$(this).text(function(i, text){
return text === "Blackout!" ? "Un-Blackout!" : "Blackout!";
})
}); // compose
// reset everything back
@ -157,15 +161,17 @@ $(document).ready(function(){
<p>Click on a word to select it, click on it again to unselect. When youve found your poem hit Blackout! Get a screen shot and copy the words below!</p>
</header>
<nav>
<button class="helpbtn btn btn-mn">Help</button> - <button id="lock" class="btn btn-mn">Lock</button> - <button id="compose" class="btn btn-mn">Blackout!</button> - <button id="clear" class="btn btn-mn">Start Over</button> - <button id="screen" class="btn btn-mn">Save as image</button>
</nav>
<div id="poem_header">
<h2>Invaders from the Dark</h2>
<h3>Greye La Spina</h3>
</div>
<nav>
<button class="helpbtn btn btn-mn">Help</button> - <button id="clear" class="btn btn-mn">Start Over</button> - <button id="compose" class="btn btn-mn">Blackout!</button> - <button id="screen" class="btn btn-mn">Save as image</button>
</nav>
<main id="poem">
<div id="spina" class="unlock">