Does anybody know a place with a bunch of Ruby On Rails Layouts/CSS combinations? I am starting new applications and would like to give them different look, but I am not a designer, so I would love to use someone’s else free layouts/css for starters.
Does anybody know a place with a bunch of Ruby On Rails Layouts/CSS combinations?
Share
You should definitely take a look at yaml It is a CSS framework with default settings for all HTML elements. (remember to include default_content.css) The good thing about yaml is that you don’t need to hack your CSS/HTML to death to make it look good in all browsers. Yaml has all the hacks and tweaks included. Use the yaml builder to set up your columns etc.
Best regards. Asbjørn Morell.