Week 3: Style sheets are composed of style rules that describe the styling to be applied. Each rule has two parts: a selector and a declaration : CSS Style Rule Selector The selector can be an HTML element name, a class name, or an id name. In this section, we will focus on applying styles to element name selectors. We will work with class selectors and id selectors later in this chapter. CSS Style Rule Declaration The declaration indicates the CSS property you are setting (such as color) and the value you are assigning to the property. CSS Zen Garden: The Beauty of CSS Design Web Safe Color Chart: Web Development & Design Foundations with HTML5, 8th Edition (webdevfoundations.net) CSS Validation Tool: The W3C CSS Validation Service Color Psychology: Color Meanings and Moods (infoplease.com) Meaning of Colors: Meaning of Colors in Color Psychology (empower-yourself-with-color-psychology.com) Web Designers:...
Comments
Post a Comment