Ajout des classes de gradients

This commit is contained in:
Merlin Gélinas
2022-06-07 20:47:33 -04:00
parent b245daed64
commit 0ccfe9bd36
4 changed files with 21 additions and 6 deletions

View File

@@ -9,9 +9,11 @@ body{
font-family: JetBrains_Mono;
}
header{
background-image: linear-gradient(to right, #2c3e50, #4CAF50);
.GradientBorder{
border: 5px solid;
border-image: linear-gradient(45deg, purple, orange) 1;
border-radius: 10px;
}
.GradientBackground{
background-image: linear-gradient(45deg, purple, orange) 1;
}
footer{
background-image: linear-gradient(to left, #2c3e50, #4CAF50);
}