Skip to content

Instantly share code, notes, and snippets.

@nickmessing
Created August 15, 2015 08:15
Show Gist options
  • Save nickmessing/8a0458c0e3cdc39bdb59 to your computer and use it in GitHub Desktop.
Save nickmessing/8a0458c0e3cdc39bdb59 to your computer and use it in GitHub Desktop.
td {
border: 1px solid gray;
height: 50px;
width: 50px;
}
.black {
background: black;
}
.sasca-alba, .sasca-neagra {
display: block;
height: 40px;
width: 40px;
margin: 4px;
border-radius: 50%;
}
.sasca-alba {
background: white;
border: 1px solid black;
}
.sasca-neagra {
background: black;
border: 1px solid white;
}
.focus {
box-shadow: inset 0 0 10px #0f0, 0 0 5px #f00;
}
@ThisIsTraian
Copy link

„Și za fignea?”

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment