CSS Advanced

Advanced CSS encompasses techniques and features that go beyond basic styling to create more dynamic, responsive, and visually engaging web designs. This includes the use of CSS Grid and Flexbox for complex layouts, animations and transitions for interactive elements, custom properties (CSS variables) for better maintainability, and advanced selectors and pseudo-classes for more precise styling. It also covers responsive design strategies, preprocessing with Sass, and optimizing performance and accessibility in web projects.

CSS Rounded Corners

1
CSS Rounded Corners
10 minutes

Using the CSS border-radius property allows you to apply "rounded corners" to any element.

CSS Border Images

1
CSS Border Images
10 minutes

CSS Border Images: Utilizes images to style the borders of an element.

CSS Backgrounds

1
CSS Multiple Backgrounds
10 minutes

CSS Multiple Backgrounds: Allows the application of more than one background image to an element.

CSS Colors

1
CSS Colors
10 minutes

CSS Colors: Specify visual attributes for elements using defined color values.

CSS Color Keywords

1
CSS Color Keywords
10 minutes

CSS Color Keywords: Reserved words representing specific colors or color properties.

CSS Gradients

1
Linear Gradients
20 minutes

CSS gradients are smooth color transitions, defined by blending two or more colors, typically utilized to create visually appealing backgrounds or decorative effects on elements within a webpage.

2
Radial Gradients
10 minutes

A radial gradient is characterized by its center point.

3
CSS Conic Gradients
10 minutes

CSS conic gradients are a type of gradient defined by colors positioned around a central point in a circular manner, creating a smooth transition between colors in a clockwise or counterclockwise direction.

CSS Shadow

1
Shadow Effects
10 minutes

CSS Shadow Effects: Styling techniques applied to elements to create visual depth and dimension by casting shadows, enhancing their appearance and prominence.

2
Box Shadow
10 minutes

The CSS box-shadow property is employed to add one or more shadows to an element.

CSS Text Effects

1
CSS Text Effects
10 minutes

Styling techniques applied to text elements to create visual enhancements, including features such as shadows, gradients, transformations, and animations.

CSS Web Fonts

1
The CSS @font-face Rule
10 minutes

Web fonts enable web designers to utilize typefaces that aren't locally installed on the user's device.

CSS 2D Transforms

1
CSS 2D Transforms
20 minutes

CSS 2D Transforms refer to a set of CSS properties that enable the transformation of elements in two-dimensional space, allowing for translation, rotation, scaling, and skewing effects.

CSS 3D Transforms

1
CSS 3D Transforms
10 minutes

CSS also enables 3D transformations.

CSS Transitions

1
CSS Transitions
10 minutes

CSS transitions enable smooth changes in property values over a specified duration.

CSS Animations

1
CSS Animations
10 minutes

CSS enables the animation of HTML elements without requiring JavaScript!

CSS Tooltip

1
CSS Tooltip
10 minutes

A CSS tooltip is a graphical user interface element that displays additional information about an element when the user hovers over it.

CSS Style Images

1
CSS Styling Images
10 minutes

CSS Styling Images refers to the process of using Cascading Style Sheets (CSS) to customize the appearance of images on a web page, including adjustments to size, position, borders, effects, and other visual properties.

CSS Image Reflection

1
CSS Image Reflection
10 minutes

This chapter will teach you how to mirror an image

CSS object-fit

1
CSS The object-fit Property
20 minutes

The CSS property object-fit determines the resizing behavior of an <img> or <video> element to fit its container.

CSS object-position

1
CSS The object-position Property
10 minutes

The CSS object-position property dictates the placement of an <img> or <video> element within its container.

CSS Masking

1
CSS Masking
10 minutes

CSS masking involves creating a mask layer that can be placed over an element to conceal either some or all parts of the element.

CSS Buttons

1
CSS Buttons
10 minutes

CSS Buttons: User interface elements styled using Cascading Style Sheets (CSS) to provide interactive functionality and visual feedback on websites or applications.

CSS Pagination

1
CSS Pagination Examples
10 minutes

Discover techniques for crafting a responsive pagination using CSS.

CSS Multiple Columns

1
CSS Multiple Columns
10 minutes

A feature enabling content to be displayed in multiple columns within a single element for enhanced layout options.

CSS User Interface

1
CSS User Interface
10 minutes

CSS User Interface refers to the styling and design aspects of web elements, such as buttons, forms, and menus, to enhance user experience and visual appeal.

CSS Variables

1
The var() Function
10 minutes

The var() function serves to incorporate the value of a CSS variable.

2
Overriding Variables
10 minutes

The process of redefining or substituting previously declared CSS variables with new values.

3
Variables and JavaScript
10 minutes

CSS variables can be manipulated via JavaScript since they have access to the Document Object Model (DOM).

4
Variables in Media Queries
10 minutes

Employing CSS variables to dynamically adjust styles based on specified media conditions, enhancing responsiveness and modularity in web design.

CSS Box Sizing

1
CSS Box Sizing
10 mintues

The CSS box-sizing property enables the inclusion of padding and border within an element's overall width and height.

CSS Media Queries

1
CSS Media Queries
10 mintues

CSS Media Queries are a feature that allows content rendering to adapt to various conditions such as screen size, device orientation, or display capabilities

CSS MQ Examples

1
CSS Media Queries - Examples
10 minutes

CSS Media Queries are rules that enable the adaptation of webpage styles based on characteristics such as viewport dimensions or device properties; examples include adjusting layout or font size for different screen sizes.

CSS Flexbox

1
CSS Flexbox
10 minutes

CSS Flexbox is a layout model that allows for the creation of flexible and responsive page layouts through distributing space and aligning content within a container.

2
CSS Flex Container
10 minutes

A CSS Flex Container is an element configured to utilize the Flexbox layout model, allowing for flexible arrangement and alignment of its child elements.

3
CSS Flex Items
10 minutes

CSS Flex Items are the child elements contained within a flex container, which are arranged and aligned according to the flexbox layout model.

 

4
CSS Flex Responsive
10 minutes

CSS Flex Responsive refers to the adaptability of flexbox layouts to different screen sizes and devices, ensuring optimal display and usability across various platforms.

Be the first to add a review.

Please, login to leave a review
Start course
Enrolled: 3401 students
Lectures: 37
Level: Advanced

Archive

Working hours

Monday 9:30 am - 6.00 pm
Tuesday 9:30 am - 6.00 pm
Wednesday 9:30 am - 6.00 pm
Thursday 9:30 am - 6.00 pm
Friday 9:30 am - 5.00 pm
Saturday Closed
Sunday Closed
CSS Advanced
Category: