Loading...
Ever wonder how to create those cool colored scrollbars? They are very easy. I'll show you the code first and explain it all.
read moreStandard link colors are boring and frequently do not match the color scheme of your website. Pseduo-classes, which add different effects to some selectors, can change the link colors to match your site.
read moreMany people put their style in the actual html code, but I find that using a seperate .css file for all styling is really helpful. By using external style sheets, you can save time. When you want to change and property that you have set using CSS, you only have to edit one file. Here's how it's do...
read moreThis short tutorial will show you how use a fixed background image. With a fixed background, the background image doesn't move as the page is scrolled.
read moreAbsolute positioning allows you to set an object's placement on a page by setting its offset position from the left, right, top, and bottom margins. When an element is positioned absolutely, it is removed from the normal flow, and has no effect on other elements in the normal flow. If the style ...
read moreWhen adding a color to your webpage with HTML, sometimes you can just type in the name of the color. But more often than not, you'll need to use what's called the hex code, which is something that the browser will be able to understand. Choose a color from the list below and look to its left...
read moreWith CSS, the height of a text line can be changed using the line-height property. Start off by placing the following code in the head section of you page.(between <head> and </head>)
read moreWhat is HTML? HTML, Hypertext Mark-up Language, is the language of the World Wide Web. In essence, it is the language which is used to create pages for the world to view. Technically, HTML isn't a language, it's just plain English. (You will see what I mean by this later on.) If you truly want .....
read moreThis article assumes that you know at least basic HTML; you know what a tag is and how to use simple tags like the img or the <p> tag. If this is confusing you, you need to read my tutorial for total beginners on web design - it's really easy and people seem to like it, so give it go!
read moreCopyright © . All Rights Reserved