Skip to content

Instantly share code, notes, and snippets.

@awongh
Created June 16, 2015 13:31
html {
font-family: sans-serif;
}
body {
margin: 0;
}
h1{
margin-top:30px;
text-align:center;
}
#board{
margin:50px auto 20px auto;
width:360px;
}
.cell{
background-color:#efefef;
height:100px;
width:100px;
margin:10px;
font-size:30px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment