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 #36

Open AlbertWiersch opened 6 years ago

AlbertWiersch commented 6 years ago

Found this syntax error in francine.css while checking with CSS HTML Validator: right:13;

Probably should be: right:13%;

shanapu commented 6 years ago

https://github.com/cyanharlow/purecss-francine/pull/25

Maybe do a PR for your other founds too.