react web game : 틱택토 - useReducer
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user