Center an element horizontally with CSS

CSS, Tutorials No Comments

So you want your website to be in the middle of the page. But you don’t want to use the <center> because it is deprecated and won’t validate.

This is a simple way to align your website layout to the center using just CSS, and it’s valid :)

Read more…

Useful sites

Web Design No Comments

Here I have listed sites that I use frequently for references and resources.

These sites have tips and tricks for web design, or have good tutorials or list resources such as fonts. So take a look!

Read more…

All done

Updates No Comments

Almost everything is done. There are still some small things that I would like to fix or add, but I don’t need them right now so I’ll leave them.

All that’s needed now is to make the tutorials! Which will happen over time so… Apple Temple is finished!

Doctypes

HTML, Tutorials No Comments

Doctypes tell your browser what kind of markup language your pages use.

There are many different Doctypes, and with each DTD there are tags that can’t be used, which would make your web pages invalid if they are used.

Read more…

Basic HTML

HTML, Tutorials No Comments

HTML is the most basic thing you need to know if you want to create your own website. In this tutorial we will learn how to create the basic page, and some of the most commonly used tags.

Read more…