10
Google Web Fonts
Posted in CSS Tutorials, Website Building by kdwhd
Getting Started with Google Web Fonts
Readability of a Website depends on the quality of it’s design and appearance and it really does matter what font you choose to achieve this. Google Web Fonts provides you a free way to use web safe and stylish fonts on your Website, without worrying about uploading fonts to your server and licenses.
more
6
CSS Menu Lists
Posted in CSS Tutorials by kdwhd
CSS Menu Lists
Traditionally, lists came in two flavors: unordered lists (<ul>), and ordered lists (<ol>). With CSS you only need to use <ul>. You can specify the marker using the style attribute. Default spacing does differ among browsers. Use the <ul> tag to begin a list. Place the <li>&
more
6
CSS Links
Posted in CSS Tutorials by kdwhd
CSS Links
A link has four different states that it can be in. CSS allows you to customize each state.
link – this is a link that has not been used, nor is a mouse pointer hovering over it
visited – this is a link that has been used before, but has no mouse on it
hover – this is a link currently
more
6
CSS Background Properties
Posted in CSS Tutorials by kdwhd
CSS Background Properties
Before the introduction of styles to HTML, you could only add background images to the whole Web page, a table or table data cell. Now, not only can you easily add backgrounds to almost any element, you also have control on the positioning of the backgrounds, if the background image is to repeat, and even the direction
more
6
CSS Font Properties
Posted in CSS Tutorials by kdwhd
Screen Resolution
CSS Font Properties define the font family, boldness, size, and the style of a text. You can change the text size, color, style, and more.
Font Family
Practically every personal computer has a set of fonts installed. These fonts are the default fonts for the operating system. Different operating systems can have very different sets of fonts installed.
more





Follow Us