Tag Archives: CSS

CSS Quick-Tip: Centering object vertically

css Quick-Tip centering object

For centering an object horizontally we can just use “margin:0 auto”. Which means to add no margins at the top and bottom, meanwhile left and right adjust automatically. In equal parts. But, unfortunately it’s a bit harder when we need to center something both: vertically and horizontally. In the exact center of the window.
Continue

Sexy Sharp buttons

sexy-sharp-button-CSS-outline

Web 2.0 is a great thing. But together with conseption of content, buildable by users comes stereotype of round web. When CSS3 was introduced, it looked cool to round everything we want without any javascript, but nowadays every button, every website is rounded. Border-radius made webmasters mad.

You may improve your designs by using old-fashion square corners.

Combining borders with outline you may generate some great looking web elements without any CSS3!

Continue