CSS lint (syntax check) online

CSS lint check – check if syntax of given css code is valid and see errors online.

Input CSS

example: .foo {width:200px;} (char count: )


Errors in css (if any)

Sample css code

  1. Valid css

    .foo {
      width:200px;
    }
    
  2. Invalid css

    .foo {
      width:200px;
    };