Blender Buddy!!
BLENDER HEAD FOREVER!
HI!
CSS is a script that is used with html to create all kinds of websites.
There are a few different ways you can use CSS to make your website look
really nice.
In the next couple of links I will be showing you how to use
CSS internally and externally.
I plan on actually showing you a couple of examples.
Trust me once again, once you get to know a little CSS you will find out that it is
pretty simple to use and it will save you a lot of time.
But like the rest of us
you will have to spend some time learning CSS.
INTERNAL CSS! |
Internal CSS script, is website style script that is inserted
within your header tags. Which are within your html tags.
Because your css is included in your webpage there is no reason to link to it.
|
<html>
<head>
<style type="text/css">
img {img-align:center}
img {max-height: 600px;
max-width:800;}
</style>
Your CSS script starts here
a:link{color:red;text-decoration:none;}
a:visited{color:black;}
a:hover{background-color:blue;
color:white;
text-decoration:underline;
font-weight:bold;}
a:active{background-color:orange;}
table {border:3px solid brown; align:center;}
tr {background-color:gray;}
td {border: 2px dashed red;}
body {
background-color:gray;
color:black;
}
ul {font-weight:bold}
ol {font-style:italic;}
h1 {text-align:center;color:orange;}
h1 {background-color:black;
padding:10px;
border-top-color:orange;
border-top-style:dotted;
border-top-e-width:4px;}
h2 {text-align:center;color:black;}
h3 {text-align:center;color:black;}
h3 {background-color:orange;
padding:20px;
border-color:red;
border-width:3px;
border-style:dashed;}
p {text-indent:center;line-height:150%;color:black;font:arial;
p:first-letter {font-weight:bold;
font-size:30px;
color:blue;}
background-color:oarnge;margin:20px;}
h4 {align:center;background-color:orange;
text-align:center;
color: white;
width: 500px;
height: 40px;
border: 3px solid black;}
img {img-align:center}
#blend {border:5px solid white;
position:fixed;
top:60px;
left:100px;}
Your CSS script starts here
<title>BLENDER BUDDY PICS PAGE!</title>
</head>
<body>
<center>
</center>
</body>
</html>

CHEETAH!
If you would like to check out some more of my work.
Check out the PAGES in the Drop Down Menue below.

BACK TO TOP!