How to make a gradient fill
https://dev.webpages.dk/  
 
About CSS gradient fill
How to use CSS 'gradient':

This is an example of using the CSS 'gradient'.
I show three examples here. The first uses two colors, from Red to Yellow, where the second goes from Red to Yellow to Red again.
The third shows five colors; red, yellow, white, green and black.

 The project: Tabs

With CSS you can make three types of gradients. Those are:

Linear Gradients (goes down/up/left/right/diagonally)
Radial Gradients (defined by their center)
Conic Gradients (rotated around a center point)

This example shows the use of a box with a border. Both having a gradient fill, but opposite each other, for the effect it gives.
The second example shows you the use of three colors. I have though used them as you see in the example, as I think it looks better simply.
The third example is made using five colors.

The https://dev.webpages.dk/ contains a collection on small snippets in the main web developing languages.
These are; HTML, CSS, Javascript and PHP.
This site is a new remake of the old site, and some of the snippets are from the old site just all in a new design.
A lot of snippets have been added since that last version of the webpages.
I hope that you will find this site a positive experience.

The https://dev.webpages.dk/ contains a collection on small snippets in the main web developing languages.
These are; HTML, CSS, Javascript and PHP.
This site is a new remake of the old site, and some of the snippets are from the old site just all in a new design.
A lot of snippets have been added since that last version of the webpages.
I hope that you will find this site a positive experience.

The https://dev.webpages.dk/ contains a collection on small snippets in the main web developing languages.
These are; HTML, CSS, Javascript and PHP.
This site is a new remake of the old site, and some of the snippets are from the old site just all in a new design.
A lot of snippets have been added since that last version of the webpages.
I hope that you will find this site a positive experience.


Icons made by Freepik from www.flaticon.com This example shows how you can make things with a gradient fill of colors. You can do it using two or several colors.
12:06:49