cyanharlow / purecss-francine

HTML/CSS drawing in the style of an 18th-century oil painting. Hand-coded entirely in HTML & CSS.
7.74k stars 511 forks source link

CSS syntax error in francine.css #35

Open AlbertWiersch opened 6 years ago

AlbertWiersch commented 6 years ago

Found this syntax error in francine.css while checking with CSS HTML Validator: .feath.feath20{r:ight 37%;width:88%}

Probably should be: .feath.feath20{right: 37%;width:88%}