In this blog, we will learn how to generate QR Code using Python with help of qrcode module. What is a QR Code? Often when transacting with digital wallets, we scan the QR Code. Not just any code, QR Code is able to speed up and simplify the transaction process. The existence of a QR […]
An API is an Application Programming Interface which is used for the interaction between two different systems .it’s functionality depends on the implementation of the user. To use API, no prior knowledge about how it is used in other applications is necessary.it doesn’t expose the implementation to those who shouldn’t have access to it. These […]
The code is divided into two parts namely index.html and style.css. Code for index.html: Button Hover Style HOVER ME Code for style.css: @import url(“https://fonts.googleapis.com/css?family=Lato:100&display=swap”); body, html { width: 100%; height: 100%; margin: 0; padding: 0; background: white; overflow: hidden; font-family: “Lato”, sans-serif; } .container { width: 400px; height: 400px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, […]