Results for: "color"

Contents (218)

Let's create a Color Picker from scratch with HTML5 Canvas, Javascript and CSS3
Let's create a Color Picker from scratch with HTML5 Canvas, Javascript and CSS3

HTML5 Canvas is a technology that allows developers to generate real-time graphics and animations using JavaScript. It provides a blank…

read more
How to download an email in PDF format in Gmail for Android
How to download an email in PDF format in Gmail for Android

You will see how easy it is to save an email you have received or sent yourself from Gmail in…

read more
Why shouldn't we use black?
Why shouldn't we use black?

Nowadays it is becoming more and more common for web pages to have the option to set them in dark…

read more
Template Literals in JavaScript
Template Literals in JavaScript

Template literals, also known as template literals, appeared in JavaScript in its ES6 version, providing a new method of declaring…

read more
What is Gzip compression and what is it used for?
What is Gzip compression and what is it used for?

GZIP compression allows you to compress the resources of a web page before they are served to the users' browsers…

read more