Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть CSS Tutorial for Beginners Part 26 - Pseudo-classes | Learn Web Technologies

  • Learn Web Technologies
  • 2019-11-01
  • 37
CSS Tutorial for Beginners Part 26 - Pseudo-classes | Learn Web Technologies
pseudo classes in css w3schoolsactive pseudo classpseudo elements in csspseudo class or pseudo elementcss multiple pseudo classescss structural pseudo classescss selectorsfocus pseudo classlearn web technologieslearnwebtechnologiescss tutorialcss tutorial for beginnerscss tutorial pointcsshtmlPseudo-classespseudo-elementscss playlist
  • ok logo

Скачать CSS Tutorial for Beginners Part 26 - Pseudo-classes | Learn Web Technologies бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно CSS Tutorial for Beginners Part 26 - Pseudo-classes | Learn Web Technologies или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку CSS Tutorial for Beginners Part 26 - Pseudo-classes | Learn Web Technologies бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео CSS Tutorial for Beginners Part 26 - Pseudo-classes | Learn Web Technologies

CSS Playlist
   • CSS Tutorial for Beginners  

HTML Playlist
   • Html tutorial for beginners  

Sign up for my newsletter to receive weekly updates
http://bit.ly/2RRFktj

Join our facebook page
bit.ly/2OKQYV7

What are Pseudo-classes?
A pseudo-class is used to define a special state of an element.

For example, it can be used to:

Style an element when a user mouses over it
Style visited and unvisited links differently
Style an element when it gets focus

Syntax
The syntax of pseudo-classes:
selector:pseudo-class {
property:value;
}

Anchor Pseudo-classes
Links can be displayed in different ways:
/* unvisited link */
a:link {
color: #FF0000;
}

/* visited link */
a:visited {
color: #00FF00;
}

/* mouse over link */
a:hover {
color: #FF00FF;
}

/* selected link */
a:active {
color: #0000FF;
}

Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective! a:active MUST come after a:hover in the CSS definition in order to be effective! Pseudo-class names are not case-sensitive.

Pseudo-classes and CSS Classes
Pseudo-classes can be combined with CSS classes:

When you hover over the link in the example, it will change color:

Hover on div
An example of using the :hover pseudo-class on a div element:

Simple Tooltip Hover
Hover over a div element to show a p element (like a tooltip):

CSS - The :first-child Pseudo-class
The :first-child pseudo-class matches a specified element that is the first child of another element.

Match the first p element
In the following example, the selector matches any p element that is the first child of any element:

Match the first i element in all p elements
In the following example, the selector matches the first i element in all p elements:

Match all i elements in all first child p elements
In the following example, the selector matches all i elements in p elements that are the first child of another element:

----------------------------------------------------------------------------------------------------------------

#LearnWebTechnologies #CSS #CSSTutorialForBeginners

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]