Posts Tagged ‘CSS’

Responsive CSS

Feb 212011

responsive

I made my website more ‘Responsive’ this week after reading this great article.

By adding in a new media query which, detects if a user is viewing my website on a device with a screen resolution of 480px or less, (iPhone users etc) a new CSS file is used called iphone.css which, I then use to optimise the site for mobile browsers.

It didn’t take me very long to do; only a couple of hours, and I think it makes the site much easier to navigate now than when trying to use the full version of the website on your mobile.


CSS3 Button

Feb 52011

button

I was bored so I created a CSS3 only button, with some nice grads, text-shadows, border-radius, box-shadow and :active styles too, I think it came out looking pretty great.

The button uses no images at all and the markup consists of simply an <a> tag with a <span> inside – simple.

Check out the shiny, shiny.


Hardboiled Web Design

Feb 22011

hardboiled

Following up on my previous post regarding Looking back is not the future I started reading the latest book by web supremo Andy Clarke, that book is titled ‘Hardboiled Web Design’ and is all about embracing HTML5 and CSS3.

Hardboiled Web Design has been a very interesting read with some brilliant quotes, storytelling and great demos that you, yourself can replicate in the world of web design.

More…




Border-radius for lazy people

Apr 242010

Border-Radius

Border-radius, one of the best pieces of CSS3 to use, no longer having to make rounded corner background images every 5 seconds for that new build you’re doing is a great time saver, and if you’re only talking about a 3px rounded corner, IE users are hardly going to notice are they?

More…