Skip to content
Snippets Groups Projects
Verified Commit d64115f0 authored by Jakob Görgen's avatar Jakob Görgen
Browse files

code example transition

parent 26c14154
No related branches found
No related tags found
No related merge requests found
Pipeline #110502 passed
......@@ -29,6 +29,7 @@ body.home {
.video-div {
width: 100%;
video {
border-radius: 8px;
}
......@@ -153,6 +154,7 @@ body.home {
max-width: 90%;
height: fit-content;
opacity: 1;
transition: all 0.3s ease-in-out;
div {
font-size: x-large;
......@@ -208,6 +210,7 @@ body.home {
min-width: 330px;
max-width: 90%;
height: fit-content;
transition: all 0.3s ease-in-out;
div {
font-size: x-large;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment