Triangle Background css 01

<!DOCTYPE html>
<html>
<head>
	<title>TRIANGLE BACKGROUND CSS 01 | par NGLESSON</title>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<meta name="keyword" content="TRIANGLE BACKGROUND CSS 01">
	<meta name="author" content="Mezgani said">
	<meta name="copyright" content="NGLESSON">
	<link href="style.css" rel="stylesheet">
</head>
<body>
    <div class="container">
    </div>                    
</body>
</html>
.container{
	position: relative;
	width: 100%;
	min-height: 100vh;
	margin: 0 auto;
	overflow: hidden; 
}
.container::after{
    content: '';
    position: absolute;
    background-color: blue;
    padding-bottom: 141.42136%;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: rotate(65.5deg);
    transform-origin: left bottom;
}

                                    
Ajouter multiple input dynamique

Ajouter multiple input dynamique

Ajouter supprimer dynamiquement des lignes sur un tableau

Ajouter supprimer dynamiquement des lignes sur un tableau

Card Bootstrap4 02

Card Bootstrap4 02

Checkbox et boutons radios personnalisés en CSS

Checkbox et boutons radios personnalisés en CSS

Create icon animate with svg

Create icon animate with svg

Header with background animate 01

Header with background animate 01

Image hover Flip Flap Style

Image hover Flip Flap Style

Manual Slideshow

Manual Slideshow

Pie Charts

Pie Charts

Table Responsive with css 01

Table Responsive with css 01

Table responsive avec css native

Table responsive avec css native

input file récupérer le nom du fichier

input file récupérer le nom du fichier