react web game : 틱택토 - useReducer

This commit is contained in:
haerong22
2021-03-09 21:00:28 +09:00
parent b82b983c6a
commit d657443e42
8 changed files with 63 additions and 202 deletions

View File

@@ -1,18 +1,16 @@
<html>
<head>
<meta charset="utf-8" />
<title>로또 추첨기</title>
<title>틱택토</title>
<style>
.ball {
display: inline-block;
border: 1px solid black;
border-radius: 20px;
table {
border-collapse: collapse;
}
td {
border: 1ps solid black;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 20px;
text-align: center;
margin-right: 20px;
}
</style>
</head>