You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
407 B

@import url(http://fonts.googleapis.com/css?family=Monoton);
.brush {
width: 100px;
height: 100px;
background: black;
margin: 15px auto;
}
.square {
float: left;
width: 10px;
height: 10px;
background: #E7E5DB;
margin: 0px;
}
h1 {
font-family: Monoton;
font-size: 48px;
text-align: center;
}
.controls {
text-align: center;
}
body {
background-image: url('ps_neutral.png');
}