Sunday, September 11, 2011

CSS

MM CSS (Cascading Style Sheets)

I do but I don't like CSS.
CSS makes managing a website easier but at the same time harder because each browser uses this code differently and even the same browser on a different operating system.

My CSS code that I use all the time E.G nothing beats it (at the moment anyway)


H1 {
FONT-FAMILY: arial,sans-serif; COLOR: #ffffff; text-align:center;
}
H2 {
FONT-FAMILY: arial,sans-serif; COLOR: #ffffff; text-align:left;
}
H3 {
FONT-FAMILY: arial,sans-serif; COLOR: #ffffff; text-align:left;
}
H4 {
FONT-FAMILY: arial,sans-serif; COLOR: #ffffff; text-align:left;
}
H5 {
FONT-FAMILY: arial,sans-serif; COLOR: #ffffff; text-align:left;
}
H6 {
FONT-FAMILY: arial,sans-serif; COLOR: #ffffff; text-align:left;
}

body {
FONT-FAMILY: arial,sans-serif; COLOR: #ffffff; text-align:left;
}

body { background-color:#000000; margin: 1; padding:1;
}

a {text-decoration:none;}

a:hover{ color:red;}


html {background: url(file:///Volumes/MATTS%20%204GB/MatthewAkersWebsite/Icons/Main%20Screen.png) no-repeat center fixed;
min-height: 100%;
min-width: 100%;
height: auto;

}

The headers are H1, H2, H3, H4, H5, H6 and the Body are affected by the same code apart from different sizes and position (in the case of H1).



My page Looks like this
|
|
|
V






MGAMIKA'S Website

Bgcolor: "#000000" or black in Plain English




Home Images Music Videos I Like and some I have Made Anime I Have Watched or soon going too Quizes What Is Happening!

Welcome to MGAMIKA'S Website

This is a basic website that is ment for friends to know what I am doing and what is good (in my opinion)
I have made a couple of short clips and those will be shown in Videos.






PLEASE NOTE IF YOUR WORK IS IN THIS WEBSITE PLEASE CONSIDER IT AS A COMPLEMENT (BECAUSE IT IS REALLY GOOD) IF YOU WANT YOUR WORK OFF THIS WEBSITE JUST EMAIL ME AND I WILL TAKE IT OFF

The Background is Dragon Heart by Homeryulo.






No comments:

Post a Comment