Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

new Website By Trublos Iwant ur Think

Newbie Spellweaver
Joined
Nov 14, 2014
Messages
21
Reaction score
2
new Website By Trublos Iwant ur Think

 
Last edited:
Junior Spellweaver
Joined
Jan 2, 2008
Messages
159
Reaction score
169
iam biggner :D

always use

Code:
html { 
  background: url(images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

Your Background image does not cover the whole page otherwise.

Also do not use JPG files for things that look better with transparency. It is true that JPG/JPEG loads faster than PNG but still there is no transparency in JPG which looks like you taped an image on another one.
Putting an image on another image is not webdesigning. Think about what you want to do
before you do it.

You should consider downloading some html templates and check the codes first before you start
with your own project. Also make sure ur template is responsive since thats indispensable nowadays.

Cheers,
DreameR
 
Back
Top