No animation on videos, port video styling to blog
This commit is contained in:
parent
5f904e7e1f
commit
60e7d536a5
2 changed files with 7 additions and 6 deletions
|
@ -150,4 +150,11 @@ main:nth-of-type(1), .mainDiv {
|
|||
.note {
|
||||
color: darkgray;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
video {
|
||||
width: 95%;
|
||||
max-height: 90vh;
|
||||
border: 2px limegreen solid;
|
||||
z-index: 5;
|
||||
}
|
|
@ -308,15 +308,9 @@ video {
|
|||
max-height: 90vh;
|
||||
border: 2px rgb(125, 100, 155) solid;
|
||||
border-radius: 15px;
|
||||
transition: all 5s cubic-bezier(0.39, 0.575, 0.565, 1);
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
video:active {
|
||||
transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||
border-color: rgb(225, 150, 255);
|
||||
}
|
||||
|
||||
sup {
|
||||
color: gray;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue