tarpin bien

This commit is contained in:
2025-07-01 01:23:31 +02:00
parent f321e6fe37
commit de8448ccdb
4 changed files with 77 additions and 5 deletions

View File

@ -2,6 +2,7 @@ body {
margin: 0;
height: 100vh;
width: 100vw;
overflow: hidden;
}
div.container {
@ -16,9 +17,20 @@ div.container {
animation: rainbow 6s linear infinite;
}
img#sun {
cursor: pointer;
filter: drop-shadow(12px 12px 12px rgba(0, 0, 0, 0.5));
transition: 0.3s ease;
}
img#sun:hover {
filter: drop-shadow(36px 36px 12px rgba(0, 0, 0, 0.3));
transform: scale(1.05) skew(4deg, -3deg);
}
video {
display: flex;
margin: 200px;
display: none;
margin: 300px;
max-width: 1920px;
width: 100%;
height: auto;