Quick, Easy way to Vertically Center a DIV with CSS
Here is an extremely simple way to vertically center a DIV with just CSS.
The HTML
<div class="center_me"> <p>Some content</p> </div>
Simple enough, I don’t think I need to explain that.
Here is an extremely simple way to vertically center a DIV with just CSS.
<div class="center_me"> <p>Some content</p> </div>
Simple enough, I don’t think I need to explain that.
Just some quick and fun CSS tricks that you can play around with.
This is CSS3, but it doesn’t matter because this only applies to Safari.
textarea {resize: none;}
A lot of web developers have cut off their support for Internet Explorer 6. Here are three simple ways to crash it when someone loads up your website. Nifty trick I used to use to keep people from looking at my website in IE6.
Here’s a very slick and lightweight method to make a drop-down navigation menu with only CSS. We are going to make a very simple, lightly styled drop-down menu. Feel free to use it in any way you want, after all I didn’t make CSS. Alright before we get started click here to see a very basic version of our method.
Hello World!
This is my blog, here I will blog about web design, development, Google’s new contraption, Wordpress, and everything in between.