0
0 reviews
Understanding CSS3 in Web Development
- Description
- Curriculum
- Reviews
Description
In this course you will learn to work with different CSS3 properties in developing a website, understanding CSS syntaxes and formatting HTML elements.
Who is this course?
This course is for anybody from no knowledge of CSS to advanced knowledge of CSS.
Module 1 - Introduction
-
1Overview4 minsBrief overview of the entire course.
-
2What is CSSThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
3Why Choose CSS3This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.brief history/evolution of CSS and why CSS3 is better used.
Module 2 - Getting Started with CSS
-
4OverviewThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Brief overview of the module. You will learn; 1. How to install the software to use 2. how to set up a CSS environment 3. Basics of CSS and website layout
-
5Software/tools to use for CSSThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
6Installation of the text-editorThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Installing Sublime text.
-
7Setting-up a CSS environmentThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
8Basics of CSSThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Things you should know about CSS.
-
9Website LayoutThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Module 3 - Adding CSS in an HTML file
-
10OverviewThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Overview of the module. You will learn how CSS styles can be added to an HTML file; - Inline CSS - Internal CSS - External CSS
-
11Inline CSSThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
12Internal CSSThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
13External CSSThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
14QuizThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Module 4 - CSS Syntaxes and Properties
-
15OverviewThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Overview of the module. You will get to learn; - how CSS syntaxes looks - some CSS properties - basic CSS declarations - CSS selectors and values
-
16CSS syntaxesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
17CSS propertiesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Basic CSS properties like; - Text properties - Font properties - Border properties - Link properties
-
18Basic declarations of CSSThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
19SelectorsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.You will learn the different selectors in CSS; - Type selectors - Class selectors - Id selectors - Group selectors
-
20ValuesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
21QuizThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Module 5 - Colors
-
22OverviewThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.You will learn how to add colors to an HTML document using; - Color names - RGB values - HEX codes - HSL values
-
23Adding colors using color namesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
24RGB valuesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
25HEX codesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
26HSL valuesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
27QuizThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Module 6 - Text/Font Styling
-
28OverviewThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.An overview of this module, you will learn; - the difference between text and font - properties to format a text - properties to format fonts
-
29Differences between text and fontThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
30Text formattingThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.We will be working with properties like; - text-decoration - text-align - text-transform - text-overflow - letter-spacing - word-wrap
-
31Font formattingThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.We will talk about; - font-family - font-style
-
32font-variant and font-weight propertiesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.You will learn how to work with - font-variant - font-weight
-
33font-size propertyThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.You will learn to use font-size property using; - pixels (px) - em - % - combination of em and %
-
34QuizThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Module 7 - Styling and More CSS Properties
-
35OverviewThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.You will be learning - List styling and the properties to style a list - Table styling and properties to style a table - Link styling and properties to style a link - CSS comments
-
36List stylingThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.We will talk about the properties used in styling a list like; List-style-type List-style-position List-style-image List-style
-
37Table styling - borderThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.We will be styling the border of a table
-
38Table styling - sizeThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn to either increase or decrease the size of a table.
-
39Table styling - alignmentThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.You will be learning how to align the data in a table.
-
40Table styling - appearanceThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.You will learn how to change the way a table appears or looks
-
41Link styling using color propertyThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.You will be learning to style the different link states using the color property.
-
42Link styling using text-decoration propertyThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Styling the different link states using the underline value of the text-decoration property
-
43Link styling using background-color propertyThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.You will learn to specify a background-color for a link.
-
44CSS commentsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn to work with comments in CSS.
-
45QuizThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Module 8 - Box Model
-
46OverviewThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Overview of the module. We will be discussing about; - Box model - Margin, Border, and Padding properties - Height and Width properties - Overflow property
-
47What box model meansThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
48Margin propertiesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.You will learn how to work with the different margin properties for the different sides of a box or an element..
-
49Margin shorthand propertyThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Working with the margin shorthand property.
-
50Border-style propertyThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.You will learn how to work with border-style property and the different values.
-
51Border-width propertyThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.You will learn to work with border-width property using pixel values, % values and predefined names
-
52Border-color propertyThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn to style a border using the border-color property.
-
53Border shorthand propertyThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn to use the border shorthand property to style the color, width, and style of a border.
-
54Padding propertyThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Working with padding properties.
-
55Height and Width propertiesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
56Min-width and max-width propertiesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn to use the min-width and max-width property to style a box.
-
57Min-height and max-height propertiesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
58Overflow propertyThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.working with overflow property values like; - scroll - visible - hidden - auto
-
59QuizThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Module 9 - Position_Float_Clear Properties
-
60OverviewThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.You will learn to work with; - position property - float property - clear property
-
61Position property - staticThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
62Position property - relativeThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
63Position property – absoluteThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn to work with absolute value of the position property
-
64Position property - fixedThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
65Float propertyThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn to float elements to different sides of a webpage or a container.
-
66Side by side floatThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
67Clear propertyThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
68QuizThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Module 10 - Background
-
69OverviewThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Overview of the module. You will learn to work with properties like; - Background-color - Background-image - Background-repeat - Background-attachment - Background-position - Background shorthand
-
70Background-color propertyThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
71Background-image propertyThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
72Background-repeat propertyThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.You will learn to work values like; - repeat - repeat-x - repeat-y - no repeat
-
73Background-attachment propertyThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.We will be discussing background-attachment values like; - fixed - scroll
-
74Background-position propertyThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
75Background shorthand propertyThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.You will learn to use one property to specify the values of the five different background properties.
-
76QuizThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Module 11 - Advanced CSS
-
77OverviewThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.In this module you will learn how to use some advanced properties like; - Rounded corners - Border image - Pseudo classes - Pseudo elements - Buttons - Pagination
-
78Rounded cornersThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.You will be learning to give rounded corners to an element on a webpage.
-
79Border-imageThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.You will learn how to specify an image as the border of an element.
-
80Pseudo classesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
81Pseudo elementsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
82Pseudo elements and CSS classesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.You will be learning how to combine pseudo elements and CSS classes, pseudo classes and CSS classes.
-
83ButtonsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.We will be discussing how to style buttons in an HTML document using different properties.
-
84PaginationThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
85QuizThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Please, login to leave a review
Related courses
Share
Course details
Duration
11 hours
Lectures
76
Video
9 hours
Quizzes
9
Level
Beginner
Popular courses