internet/web-development/topics/css-help

Using CSS Opacity in Web Design

Using CSS Opacity in Web Design

The CSS opacity property allows you to modify the transparency of any element on your web pages, from images to colored boxes. This makes CSS opacity an extremely useful way to guide your user’s attention to the important parts of your web pages, improving the user experience.
CSS Line Spacing - Web Design 101

CSS Line Spacing - Web Design 101

The CSS line spacing property allows you to control the spacing or distance between lines of text in your web pages. This ability lets you accurately control an important aspect of your layout, and ensure that your pages display exactly as intended.

Web Design Tips: CSS Mouseover Effects

If you’ve ever used the internet then you’ve seen CSS mousover effects. You move your mouse cursor over a hyper-link and the text changes color, the mouse cursor turns into a hand, or some other style is applied. Learn how to customize these effects on your own web pages by following this guide.
How to Repeat an Image in CSS

How to Repeat an Image in CSS

Using an image as a background makes for a more interesting page than a simple color. It is possible to use a small image file to fill an entire page or a portion of the page by repeating the image. So, how do you use CSS to repeat an image? Let’s take a look…
How to Use CSS Font Size Styling

How to Use CSS Font Size Styling

CSS font size is used to define specific font sizes within HTML web pages. For the most part, there are two ways to define CSS font size, directly (within HTML), or using an external style sheet (calling a styles only page for use).

How to Indent in HTML using CSS

Although HTML was never originally designed to support text formatting, it is still possible to apply some sort of formatting without the need for plugin-specific page formats like PDF files. In this discussion, I will explain how to use CSS formatting to indent portions of an HTML document.