Cascading Style Sheets Essentials (CSS)

Request info

Duration: 2 Days

Course Overview

 
Cascading Style Sheets provide a powerful way of formatting web pages and web page elements. The use of CSS creates pages that can be easily styled and updated. In this course delegates are introduced to the coding of CSS for web pages and work with CSS for positioning as well as for the creation of alternate media style sheets.
 

Prerequisites

Before taking this course, students should be familiar with the basic functions of their computer’s operating system A working knowledge of HTML 4.01 would be an advantage.
 
 
Course Contents
 
Introduction to Cascading Style Sheets (CSS)
 
·                Designing with Style Sheets
 
Controlling Color and Typography
 
·                Create an Embedded Style Sheet
·                Apply Color
·                Comment Your Code
·                Modify Text Styles
·                Modify Font Styles
·                Create a Linked Style Sheet
 
Designing with the Cascade
 
·                Create Class Styles
·                Create ID Styles
·                Create Contextual Styles
·                Target Styles to Elements with Specific Attributes
·                Create Style Sheets that Cascade
·                Import Style Sheets
·                Create Inline Styles
 
Designing Content Sections
 
·                Control Margins and Padding
·                Create Borders
·                Control Element Dimensions
·                Create Floating Elements
·                Control Content Overflow
 
Controlling Layout with Positioning
 
·                Controlling Layout with Absolute Positioning
·                Create a Fixed, Multi-column Layout
·                Create a Fluid, Multi-column Layout
·                Control Layout with Relative Positioning
·                Control the Display of Layered Elements
·                Apply Fixed Positioning
 
Enhancing an Existing Design
 
·                Customize Cursors
·                Customize Link Styles
·                Customize Forms
·                Display and Manipulate Background Images
·                Customize Lists
·                Create Generated Content
 
Creating Alternate Style Sheets
 
·                Create Accessible Style Sheets
·                Apply User-Defined System Fonts and Colors
·                Create a Print Style Sheet
 
Cost: £595 + VAT
SELECT wp_posts.*, wp_p2p.* FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) INNER JOIN wp_p2p WHERE 1=1 AND ( ( wp_postmeta.meta_key = 'start_date' AND CAST(wp_postmeta.meta_value AS DATE) >= '2024-12-14' ) ) AND ((wp_posts.post_type = 'schedule' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) AND (wp_p2p.p2p_type = 'schedule_to_courses' AND wp_posts.ID = wp_p2p.p2p_from AND wp_p2p.p2p_to IN (SELECT wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.ID IN (2057) AND ((wp_posts.post_type = 'courses' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) ORDER BY wp_posts.post_date DESC )) GROUP BY wp_posts.ID ORDER BY CAST(wp_postmeta.meta_value AS DATE) ASC