By manoj , 24 June, 2023

Syntax

transition: [transition-property] [transition-duration] [transition-timing-function] [transition-delay];

By manoj , 24 June, 2023

rem units (short form of  root-em) dictate the font size of an item relative to the size of the root item. By default, most browsers use a fontsize of 16 pixels. So, if the root element is 16px, an element with the value 1rem will also equal 16px.

rem units reference the size of the root element

Rem vs. Em Units

rem units are relative to the root element, em is relative to the parent element.

By manoj , 8 June, 2023

For your knowledge, let me tell you these two terms argument and parameter are not same.

Trick1

parameter

In a function definition, a parameter is a variable

By manoj , 8 June, 2023

How to Install Solidity in Windows using with npmwith npmInstall the Solidity Compiler with npmInstall the Solidity Compiler with npmInstall the Solidity Compiler with npm

By manoj , 3 June, 2023

Events

Event Subscribers

Event Registry

Event Dispatcher

Event Context 

By manoj , 3 June, 2023

Event Subscribers are callable methods or functions,They help you event happening in a Drupal site and execute the appropriate code.