About, privacy policy and terms of use pages added

This commit is contained in:
2022-04-25 19:41:56 -03:00
parent 423e0e0518
commit 0f42cddf09
5 changed files with 230 additions and 4 deletions

View File

@@ -33,8 +33,8 @@ img {
}
.fade-in {
-webkit-animation: fade-in 0.5s ease-in-out both;
animation: fade-in 0.5s ease-in-out both;
-webkit-animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
/* ----------------------------------------------
@@ -65,8 +65,8 @@ img {
}
}
.fade-out {
-webkit-animation: fade-out 1s ease-in-out both;
animation: fade-out 1s ease-in-out both;
-webkit-animation: fade-out 1s ease-out both;
animation: fade-out 1s ease-out both;
}
/* ----------------------------------------------