#1 Pseudo Class :hover in css tamil | hover change background | mouse over change background color

Опубликовано: 10 Октябрь 2024
на канале: Parallel Code
2,793
61

Learn about pseudo class in css tamil | how to change background color when mouse over or hover in the button in css tamil | mouse move change background color in css tamil | how to zoom button when mouse over on the button hover on the button


:hover{
color:red;
}
this style will be apply for all the element when hover or mouse over the element.

element_name:hover:
this will be the hover style only all matched elements

Media query:

pseudo elements:
   • First-line text color of a paragraph ...  

responsive web site page:
   • Create responsive website in tamil | ...  

media Query:
   • Media Query in CSS Tamil | Media quer...  

Flexbox:
   • Flexbox in css tamil Part-1| Design l...