look nice
This commit is contained in:
parent
0fb12ca2e1
commit
93f2938ee7
@ -8,6 +8,9 @@
|
|||||||
<script src='./code.js'></script>
|
<script src='./code.js'></script>
|
||||||
<script src='./var.js'></script>
|
<script src='./var.js'></script>
|
||||||
|
|
||||||
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
|
||||||
|
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
|
|
||||||
<title>Tic Tac Toe</title>
|
<title>Tic Tac Toe</title>
|
||||||
|
@ -19,6 +19,8 @@
|
|||||||
background-color: #231F20;
|
background-color: #231F20;
|
||||||
|
|
||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
button
|
button
|
||||||
@ -26,6 +28,10 @@ button
|
|||||||
height: 75px;
|
height: 75px;
|
||||||
width: 75px;
|
width: 75px;
|
||||||
|
|
||||||
|
border-radius: 12px;
|
||||||
|
|
||||||
|
border: 0px solid #000000;
|
||||||
|
|
||||||
font-size: xx-large;
|
font-size: xx-large;
|
||||||
font-style: bold;
|
font-style: bold;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user