Tag Archives: css

CSS Progress Bar

How can you create a progress-bar with pure CSS, no images? In this post, we discuss one such attempt by Launchpad–where we have a target article-count goal, which we display in the dashboard. And we use a progress bar that’s pure CSS. Continue reading

Posted in Development | Tagged , | 1 Comment

Adding Stylesheets

How can you add a stylesheet to your Rails project? The process is relatively easy. First, add the stylesheet file to the /public/stylesheets folder. Next, link it using the stylesheet_link_tag helper–it takes the name of the stylesheet (no extension). That’s it! Continue reading

Posted in Development | Tagged , , | Comments Off