Skip to content
01666-222229
info@practicise.com
Sircl Tech Pvt. Ltd, Street no. 4, Gobind Nagar, Near Bus Stand, Sirsa
Search
Home
About Us
Courses
Coding
Account
Dashboard
Registration
Instructor Login
Home
About Us
Courses
Coding
Account
Dashboard
Registration
Instructor Login
CSS
Categories:
6th Semester Subjects
,
Computer Courses
Wishlist
Share
Share Course
Page Link
Share On Social Media
Course Content
CSS Basic
What is CSS?
00:00
Ways To Add CSS
Introduction
00:00
Inline CSS
00:00
Internal CSS
00:00
External CSS
00:00
CSS Colors
Named Colors
00:00
Hexadecimal Colors
00:00
RGB Colors
00:00
RGBA Colors
00:00
HSL Colors
00:00
HSLA Colors
00:00
CSS Selectors
Introduction
00:00
CSS Comments
Introduction
CSS Text Formatting
Various types of Text Formatting
00:00
CSS Backgrounds
Introduction
00:00
CSS Borders
Introduction
CSS Outline
Introduction
00:00
CSS Fonts
Font Family
00:00
CSS Height and Width
Introduction
00:00
max-width and min-width
max-height and min-height
CSS Margins and Paddings
CSS Margin
00:00
CSS Padding
00:00
margin-auto
CSS Box Models
What is CSS Box Model?
00:00
box-sizing: border-box;
Reset Styles Using: * { padding: 0; margin: 0; box-sizing: border-box; }
CSS Align
Text Alignment (text-align)
00:00
Horizontal Centering (margin and auto)
00:00
Vertical Alignment
00:00
Grid Centering
00:00
Table Cell Alignment (vertical-align for table cells)
00:00
CSS Icons
Introduction
00:00
CSS Links
Introduction
00:00
CSS Lists
Introduction
00:00
CSS Tables
Introduction
00:00
CSS Gradients
How to use CSS Gradients and its Types
00:00
Linear Gradients
00:00
Radial Gradients
00:00
Conic Gradients
00:00
CSS Display Properties
Introduction
00:00
CSS Positioning Elements
Introduction
00:00
CSS Z-Index Property
Introduction
00:00
CSS Overflow
Introduction
00:00
CSS Float
Introduction
00:00
CSS Opacity
Introduction
00:00
CSS Pseudo-classes
Various Types of Pseudo-classes
00:00
CSS Pseudo-Elements
Various Types of Pseudo-Elements
00:00
CSS Forms
Introduction
00:00
Assignment
CSS Flexbox
Introduction
00:00
Container Properties
00:00
Item Properties
00:00
CSS Nav
How to create Vertical Navbar using CSS?
00:00
How to create Horizontal Navbar using CSS?
00:00
CSS Dropdowns
Dropdown Creation
00:00
CSS Buttons
Introduction
00:00
CSS Cards
How to create Cards using CSS?
00:00
CSS Image Gallery
How create an image Gallery using css?
00:00
CSS Media Queries
Introduction
00:00
CSS Variables
What is CSS Variables
00:00
CSS 2D Transforms
Various types of 2D Transforms
00:00
CSS 3D Transforms
Various types of 3D Transforms
00:00
CSS Transition
Types of CSS Transition
00:00
CSS Animation
What are CSS Animations
00:00
The @keyframes Rule
00:00
Animation Duration
00:00
Animation Delay
00:00
Animation Iteration Count
00:00
Animation Direction
00:00
Animation Timing Function
00:00
Animation Shorthand property
00:00
Math Functions and Masking
calc() Function in CSS
00:00
max() Function in CSS:
00:00
min() Function in CSS
00:00
Masking in CSS
00:00