This commit is contained in:
foo 2016-12-20 06:42:23 +00:00
parent 9ba322a84b
commit 4a885a7730
4 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<title>About</title> <title>About</title>

View File

@ -15,7 +15,7 @@ table, th, td {
table#grid td { table#grid td {
font-family: monospace; font-family: monospace;
font-size: 22; font-size: 22px;
} }
#wrapper { #wrapper {
@ -32,6 +32,10 @@ table#grid td {
width: 200px; width: 200px;
} }
#footer {
float: bottom;
}
@media only print { @media only print {
.noprint { .noprint {
display: none; display: none;

View File

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<title>Wordsearch builder</title> <title>Wordsearch builder</title>
@ -68,7 +69,5 @@
</ul> </ul>
</div> <!-- end words --> </div> <!-- end words -->
</div> <!-- end wrapper --> </div> <!-- end wrapper -->
<br />
<div>
</body> </body>
</html> </html>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<title>Wordsearch builder</title> <title>Wordsearch builder</title>
@ -28,6 +29,5 @@ Dining Room
<input type="submit" value="Build!" /> <input type="submit" value="Build!" />
</form> </form>
</body> </body>
</html> </html>