Update life.html

This commit is contained in:
Kyle
2019-08-12 15:22:29 -07:00
committed by GitHub
parent b02ed15dd3
commit 5d8e5d8c5b

View File

@@ -97,7 +97,7 @@
font-family: belerenbsc; font-family: belerenbsc;
font-size: 24pt; font-size: 24pt;
margin: 0px; margin: 0px;
touch-action: none;
} }
image, div, canvas { image, div, canvas {
user-select: none; user-select: none;
@@ -112,6 +112,7 @@
body { body {
background-color: #333; background-color: #333;
color: white; color: white;
touch-action: manipulation;
} }
.mainGrid { .mainGrid {
display: grid; display: grid;
@@ -226,4 +227,4 @@
} }
</style> </style>
<script src="data/life/life.js"></script> <script src="data/life/life.js"></script>
<html> <html>