mirror of
https://github.com/fooflington/wordsearch.git
synced 2025-01-22 09:19:55 +00:00
html5
This commit is contained in:
parent
9ba322a84b
commit
4a885a7730
@ -1,3 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>About</title>
|
||||
|
@ -15,7 +15,7 @@ table, th, td {
|
||||
|
||||
table#grid td {
|
||||
font-family: monospace;
|
||||
font-size: 22;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
@ -32,6 +32,10 @@ table#grid td {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
float: bottom;
|
||||
}
|
||||
|
||||
@media only print {
|
||||
.noprint {
|
||||
display: none;
|
||||
|
@ -1,3 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Wordsearch builder</title>
|
||||
@ -68,7 +69,5 @@
|
||||
</ul>
|
||||
</div> <!-- end words -->
|
||||
</div> <!-- end wrapper -->
|
||||
<br />
|
||||
<div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,3 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Wordsearch builder</title>
|
||||
@ -28,6 +29,5 @@ Dining Room
|
||||
<input type="submit" value="Build!" />
|
||||
</form>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user