diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2012-07-17 18:29:28 -0400 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2012-07-17 18:29:28 -0400 |
| commit | 3c8179f741a387a0fe171fe407358ac6cea9bd4c (patch) | |
| tree | 683e23a89a89bcf49637bde1dbc98905ae58b8c2 /base.css | |
| parent | 1396b087c820387e020d6c748c6277d21ed26074 (diff) | |
got the matrix
Diffstat (limited to 'base.css')
| -rw-r--r-- | base.css | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ body { margin: 30px 25px 40px 25px; } + +.mat { + margin: 20px; +} + +.cell { + width: 15px; + height: 15px; + display: inline-block; + background-color: #000; +} |
