Category : Tutorials

Center a div with css

Hey, so heres a simple tutorial for people who dont know how to do this. Some people have asked, because they are not up to date with css and don’t know how to do this. This is just a simple way to do it.

<div class="box">
Hey this is the center of the screen
</div>
body {background:#111;}

.box {
margin:100px auto;
width:500px;
background:#fff;
padding:20px;
}

I would put a link to download the index.html and the style.css, but im sure you aren’t that lazy.

Shadows with css

So i was browsing about and came across this tut at nettuts, and its a really easy way to add shadows to your images or divs.

Hope this helps you guys out when your adding shadows, instead of using images. To people that dont know css or dont have an interest in css, then you wont get any of this.

Slice & Dice that PSD

So guys and girls, this is an old tutorial that Jeffrey Way did, on how to slice up a psd and make it ready for the web. This is very popular, because most people know how to design well, but they arnt so good at the coding part of things.

So here is a full length video of Jeffrey Way explaining to you guys and girls how how to slice and dice that psd.

Go and check out this article by Jeffrey, he shows you part 2 of the video, of how to style the html markup and stuff. They normally release the source files for download, but in this case, the theme hes working with is of themeforest and cant release the source files.

But hope this helps some of you out there that are rusty or just learning with html/css, you can always rewind and fast forward, just master it, and you’ll be able to get the hang of coding in no time.

Tutorials

Hey guys and girls.

So i was thinking about doing some short easy tutorials on html/css or photoshop, i was just wondering would any of you be interested in stuff like that?

I mean im not a master at any of them, but it would just be to help people out that needed it. They would all be in video format, so you can scroll back and forward to what ever part you dont get and perfect it.

Was just wondering if anyone would be interested in seeing something like that.