tarpin bien
This commit is contained in:
16
index.css
16
index.css
@ -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;
|
||||
|
Reference in New Issue
Block a user