v1 connect4
This commit is contained in:
23
style.css
Normal file
23
style.css
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
#table-container {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table {
|
||||
background-color: blue
|
||||
}
|
||||
|
||||
td {
|
||||
background-color:white;
|
||||
width:5em;
|
||||
height:5em;
|
||||
border-radius: 100%;
|
||||
border: solid 0.2em blue
|
||||
}
|
||||
.player1 {
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
.player2 {
|
||||
background-color: yellow;
|
||||
}
|
||||
Reference in New Issue
Block a user