initial commit

This commit is contained in:
Hector Alfaro
2019-09-24 05:56:34 -04:00
commit 14de4967c0
10 changed files with 245 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
table {
border-collapse: collapse;
}
table td {
min-height: 100px;
min-width: 100px;
height: 100px;
width: 100px;
text-align: center;
font-size: 4em;
border: thin solid black;
}
table td:hover {
background: #CCCCCC;
}
table tr {
width: 300px;
height: 100px;
}
#app {
margin: auto;
width: 60%;
}