Ajout des classes de gradients
This commit is contained in:
12
CSS/Main.css
12
CSS/Main.css
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user