RUVIDEO
Поделитесь видео 🙏

Complete CSS from Basic to Advance | CSS Functions | CSS Contains | CSS Siblings

CSS :-
Into :(0:00)
CSS Basics :(1:37)
CSS by any attribute :(9:33)
Parent, Child, Descendant:(13:34)
Partial Match | Case insensitive :(20:01)
Using Index :(27:16)
Only-of-type :(30:35)
Child Methods :(32:10)

Practice page :- https://theautomationzone.blogspot.com/2020/07/css-selector-practice.html

#=ID - Find Element by it's ID
.=Class - Find Element by its class
Tag - just the tag name

Tag#ID - Tag having an ID
Tag.Class - Tag having a class

Tag[attr=value] - General syntax
Tag[id=value]
Tag[class=value]
Tag[name=value]

Node Node - Moving from parent node to descendant node
Node %gt Node - Moving from parent node to child node

Tag[attr=value] &gt Tag[attr=value]

input[id^='ema'] - Starts with
input[id$='mail'] - Ends with
css=input[id*='mai'] - Contains
[attr operator value i] - case insensitive

A ~ B - following sibling
A + B - directly following sibling
A || B - combinator selects nodes which belong to a column

Multiple Attribute Matches ( No Space )
Tag[attr1=value1][attr2=value2]...

https://www.w3schools.com/cssref/css_selectors.asp

Functions in CSS
================

a:active all active links
a:visited will match all a elements that have been visited by the user.
a:link
a:hover

input:checked Selects every checked input element
input:disabled Selects every disabled input element
p:first-child Selects every p element that is the first child of its parent
p::first-letter Selects the first letter of every p element
p::first-line Selects the first line of every p element
p:first-of-type Selects every p element that is the first p element of its parent
input:focus Selects the input element which has focus
p:last-child
p:last-of-type
p:nth-child(2) Selects every p element that is the second child of its parent
p:nth-last-child(2) Selects every p element that is the second child of its parent, counting from the last child
p:nth-last-of-type(2) Selects every p element that is the second p element of its parent, counting from the last child
p:nth-of-type(2) Selects every p element that is the second p element of its parent
p:only-of-type Selects every p element that is the only p element of its parent
p:only-child Selects every p element that is the only child of its parent

https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Complete CSS from Basic to Advance | CSS Functions | CSS Contains | CSS Siblings», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.