guess the sentence

by andrewjohn

HTML

<div id="inputWord">
  <ul>
    <li>
      <input type="text" id="adjl">
      <br>guess
    </li>
    <!-- put other input fields here -->
  </ul>
</div>
<div...

CSS

body {
   font-family: "Comic Sans MS";
}
p {
    font-size: lem; 
}
#body {
    
}
body {
  background-color: orange;
}
#replaceButton {
  margin-top: 30px;
  width: 100px;
}

JavaScript

alert("welcome to guess the sentence.");
alert("make sure to get it right.");
alert("only one guess.");
alert("start...right...now!");