This commit is contained in:
Valeria Fadeeva 2025-06-26 14:36:28 +05:00
parent a4a759e0f6
commit bf73faa3a1
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ body {
width: 100%;
height: 100%;
background: linear-gradient(135deg,
rgba(163, 0, 204, 0.5) 0%,
rgba(0, 51, 204, 0.5),
rgba(77, 13, 0, 0.5) 100%);
rgba(255, 179, 179, 0.5) 0%,
rgba(212, 76, 76, 0.658),
rgba(231, 35, 49, 0.5) 100%);
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;