jc-c1 / GameProject-NyanCat

1 stars 0 forks source link

CSS rules don't follow consistent style #8

Open jtuppy opened 4 years ago

jtuppy commented 4 years ago

https://github.com/jc-c1/GameProject-NyanCat/blob/2a9cf48ee086a0ee90083eae652d380e5c8b79a7/css/style.css#L1-L18

Your CSS rules should be written like this, with even spacing:

selector {
    prop: val;
}