Tag Archives: CSS3

twitter bootstrap responsive container with padding and a border

I’m working on a project where I wanted to use the twitter bootstrap responsive css scaffolding, but ran into a bit of a snafu because I needed to add a border and background to the container class.  I decided to extend the @media responsive stylesheet declarations to achieve this.  The padding is not quite as […]

CSS3 dual background glow highlight button

I have been working on a new UI at work and decided to go full on with it in HTML5 and CSS3 because its 98% for internal company users who all use a “modern browser” and I don’t have to worry about those pesky IE users. The following code is for a cool looking glow […]