How to do these follwing things using CSS

How to change the dropdown arrow icon of select box using background image in css? 2. How to change the placeholder color in firefox browser? 3. How to reduce the column width(which is display flex column) in css?

Published
Categorized as Wordpress

Category as Ecommerce: Magento Coding Standard

Literal Namespace Rule  For class name resolution, use the Class keyword instead of a string literal for every class name reference outside of that class. This includes references to:  Fully qualified class name  Imported/non-imported class name  Namespace relative class name  Import relative class name  example:  Addition Formatting Standard  When you declare an anonymous function as… Continue reading Category as Ecommerce: Magento Coding Standard

What is Webkit CSS & How to Use It.

The CSS -webkit-appearance property allows web developers to make HTML components look more like native User Interface (UI) controls. It also supports the CSS -webkit-appearance property, which is a proprietary CSS extension. The -webkit- prefix on WebKit extensions denotes that they are part of the WebKit open- source framework. example: <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”utf-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1″>… Continue reading What is Webkit CSS & How to Use It.

Published
Categorized as Wordpress

How to use lottie animations on the web

Get JSON format of animation Add Bodymovin library to the HTML page Load the animation Set the animation trigger It is using in script tag. <script src=”https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js”></script>

Published
Categorized as Wordpress