CSS Colors and Effects tutorials
To increase impression of your future web site based on our web design templates maybe you will need to change text color or font style. There are some ways of doing that.If you want to change part of text or some words do the following. Select text, witch properties you want to modify.
Related Tutorials
CSS - Cascading Style Sheet
CSS is a simple file which controls the visual appearance of a Web page without compromising its structure. Using CSS we can control our font size, font color, link color and many other attributes on our web page. This will make our HTML code much more readable and the page size will be reduced.
Basic CSS With Text Formating
You Will Learn How To Change A Background Color And How To Format Text In A HTML Document Also We Will Find Out How.
CSS Tutorial For Beginners
In this tutorial, you will learn how to: Create an external CSS file and link it to multiple HTML files; Embed and import a style sheet; Create inline style sheets; Use tap selector and class selector; Set up font sizes, colors, faces and styles; Set up background color and image; Set up margins, text-align and decoration; Create layers; Set up atributes of the table, and more...
CSS Tutorial For Newbies and Everybody Else
If you're familiar with HTML, know how to use a text editor and want to add some style to your pages, this tutorial will get you up to speed with CSS (Cascading Style Sheets) in no time!
CSS Button Tutorial
I'm going to show you what we can do with buttons. I am assuming you know CSS. Also, for this tutorial, use Notepad which, with a little manipulation, is the most powerful text-editor around. Check out it's custom scripting language later on. But for now, let's make a basic button. By the way, you will notice my HTML is a little different from most others. That's because it's XHTML. You can look that up later.
Web Color Basics (A Detailed Guide)
Now let me introduce you to the basics of color also known as colour. Why you ask because most web designers want to know how to add color to their web page or their entire site. Now in HTML and XHTML you have two options for displaying color, which include named colors and hexadecimal codes.
Hex Chart
When 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 to get the hex code.
Hexadecimal Color Notation On The Web
When designing elements for your webpage, you will often be called upon to specify a color. For example, the code for a span shown below specifies that the color of the text within the span will be yellow.
Background Color
CSS background colors work very similar to the bgcolor command in html. When applied within the <body> tag it will color the entire page in that color. This may seem redundant to the bgcolor tag, however since the bgcolor tag is typically applied to each page and CSS are usually linked throughout a site, you can easily in one place, change the backgrounds to many pages similar.
Changing Table Background on MouseOver
This tutorial will teach you how to make a menu like tables that will change background color when you mouseOver.
Block, Inline and Floating Elements
A collection of 21 FAQs/tutorials tips on HTML formatting models. Clear answers are provided with tutorial exercises on block and inline elements, specifying padding spaces and margins, specifying border width and color, transparent and non-transparent backgrounds, positioning background images, line boxes and text paragraphs, setting line height.
3 column theme
This post will help you create a three column site containing a header, navigation, three columns and a footer. The design you are about to use is a basic layout for a simple site. I have used pixels for the dimensions. This is not my preferred method as I use em which is relative to the font size, and in my opinion much better. However, you will need a clear understanding of the basics before attempting to make your sites dimensions relative to the font size.
Score With Cascading Style Sheets!
CSS is an exciting feature of HTML that gives Web-site developers more control over how they want their pages displayed by specifying how each element should appear in a style sheet. Prior to the advent of CSS, the layouts of HTML documents were left up to the browsers, whilst HTML tags merely served to define a document's contents.
Beautiful Photoshop-like Buttons with CSS3
In this Tutorial we'll show you how to recreate 3 different, slick buttons that we created beforehand in Photoshop without the usage of any image in CSS3. Well use a multitude of CSS3 properties, such as font face, text and box shadow, gradients and border radius .
Heading Tags
Heading tags are often set up to host styles to unify a site. While a site may have all the text in black, if all the titles on the site were say blue or red, there would be unity in the page look by text size and color.
CSS Primer
Learning CSS is like learning HTML: It seems odd at first, but once you master the basics, it's just a matter of tuning your technique. If you don't know HTML, you need to learn it before tackling CSS. Just as DHTML depends on style sheets, so do style sheets depend on HTML.
CSS and Borders
You can set borders to just about any HTML element. Most likely you will be surrounding blocks of text and images.
How to Create Great HTML Emails with CSS
HTML emails have great appeal and are widely used for all kinds of professional correspondence, but ensuring that your message displays correctly can be a daunting task.
Style html lists with css
Html lists can be formated differently with very simple tricks. First you can use either bullets or numbers for your the lists. Secondly you can use images instead of bullets to make them better looking.
HTML and CSS
The fastest route to true HTML/CSS mastery! Need to build a web site? Or update one? Or just create some effective new web content? Maybe you just need to update your skills, do the job better.Welcome. This tutorial for you.
Scrollbar Color
Adding color to your webpage scrollbar adds a little flavor to your page. It also gives you the power to match the scrollbar with your website's design colors!
From PSD to CSS/HTML in Easy Steps
Thanks for staying with us and here we now have part 3 of 4 in our series of how to turn a psd to css/html. In part 1 and part 2 of this article we created some of the major elements that we will need in order to hold our content.
Generic Font Families
Styling your texts with different generic types of fonts.
Improved CSS Hover Images
You see a lot of hover effects on web nowadays. When you hover your mouse cursor over a link it usually changes to something else - It doesn't matter if the link is an image or just text, there's usually some sort of hover effect in place. If it's a graphical link the hover effect is usually another image displaying the hover effect. This image is often preloaded on page load so that the user sees the effect right away, but there's also another way to do it. How about using just one image and changing its state/position it with CSS?
CSS Font Shorthand Writing
When styling your fonts using CSS you may be doing something like this ...
From PSD to CSS / HTML in Easy Steps Part 2
Welcome to part 2 of our tutorial. In part 1 we created the basic structure of the site on which we are going to build our photography site. This is the second in our 4 part series on how to take a PSD file and convert it into a fully CSS based html page.
From PSD to CSS/HTML in Easy Steps - Part 1
One of the hardest parts of converting a PSD design into a well structured and semantic CSS/HTML layout is first knowing where to start. Although that may sound simplistic and obvious, it really does matter how you begin and that you build on strong foundations to start with. In this series of articles I will take you step by step through the conversion process and look at decisions that need to made on the way and how those decisions may need to adapt as things progress.
Style Sheet's Basics
This is a general overview of Style Sheets. Wouldn't it be great if you could set all the font size and face commands at once? This is how you do it. All your pages read off of one template. That's the style sheet.
Style Sheet
This is the basic tutorial. Start here. Wouldn't it be great if you could set all the font size and face commands at once? This is how you do it. All your pages read off of one template. That's the style sheet.
Change the color of an active input box
This tutoril will show how to change the color of an input box or textarea when they are active. This is very simple and is done using CSS.
Changing The Background
Learn how to setup your site, div or table background using css.
Basic CSS Beginners
Using CSS, you can change the appearance of all of you pages by editing only one document! No more <font> tags everywhere! You can even define the position of boxes. (divs and spans) Learn the 3 ways that you can use stylesheets to change the appearance of elements.
CSS and Text
In this tutorial you'll learn how to have complete control over your text. Before having the control that CSS gives you over text, you were severely limited in how you could present your words.
How To Style Heading Tags
Now when it comes to heading tags CSS is very important. They can be styled in many ways using a number of methods: Complete image to visitor with hidden text - Image Replacement Technique. One Background image as whole background with normal XHTML text - as on this site. Repeated background with XHTML text on it - Good to reduce bandwidth. Background and text all in css by use of colours and border.
CSS Pop Up Menu 2 - Horizontal Menus
This second part focuses on changing the menu so that it is horizontal, with the pop ups dropping downwards.
CSS Pop Up Menu 2 - Horizontal Menus
This second part focuses on changing the menu so that it is horizontal, with the pop ups dropping downwards.
Page Layout and Background Image Design
Clear answers are provided with tutorial exercises on screen and browser resolutions, setting Web page width in absolute and relative length units, setting images and font sizes in relative length units, adding multiple background images.
Blog Layout - Design to Coding
This tutorial takes in to effect that you have a basic understanding of Photoshop, HTML and CSS already.
Scroll Bar Colors
Put color in that scrollbar.
Coloring the scrollbar
How can I color the scroll bar of my Web page.
 
Categories