Gradients

This commit is contained in:
brausjonas
2023-03-26 17:19:32 +02:00
parent 8bb8b1afbc
commit 8a8eeac6f2
4 changed files with 18 additions and 10 deletions
+7 -1
View File
@@ -37,7 +37,7 @@ h1 {
.color2
{
background-image: linear-gradient(#FEBE8C, #b9a4f7);
background-image: linear-gradient(#b9a4f7, #ece2ff);
}
.color3
@@ -118,3 +118,9 @@ h2
cursor: pointer;
padding: 15px;
}
.imageFull
{
max-width: 95%;
border-radius: 50px;
}