mirror of
https://github.com/Alvin-Zilverstand/Spik-en-span.git
synced 2026-03-06 21:36:31 +01:00
Refactor background video styles and enhance button placement in index.html
This commit is contained in:
17
style.css
17
style.css
@@ -147,16 +147,11 @@ p {
|
||||
}
|
||||
|
||||
.background-video {
|
||||
max-width: 100%;
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 100%;
|
||||
height: auto;
|
||||
margin-top: 15px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
|
||||
.background-video {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
z-index: -1;
|
||||
}
|
||||
Reference in New Issue
Block a user