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.


EXTERNAL CSS!

External CSS script, is website style script that is inserted
on a page outside of your webpage. Therefore you must make a link
to the external page which contains, the css styling script.
Like the example below.
<html>
<head>
<link rel="stylesheet" type="text/css" href="three.css"/>
<style type="text/css">
</style>
<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!


Download Blender