look nice

This commit is contained in:
AUnicornWithNoLife 2021-04-12 17:21:07 +01:00
parent 0fb12ca2e1
commit 93f2938ee7
2 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,9 @@
<script src='./code.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">
<title>Tic Tac Toe</title>

View File

@ -19,6 +19,8 @@
background-color: #231F20;
color: white;
font-family: 'Roboto', sans-serif;
}
button
@ -26,6 +28,10 @@ button
height: 75px;
width: 75px;
border-radius: 12px;
border: 0px solid #000000;
font-size: xx-large;
font-style: bold;