mirror of
				https://github.com/fooflington/wordsearch.git
				synced 2025-10-31 04:38:33 +00:00 
			
		
		
		
	html5
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user