Refactor styles for background video positioning and remove inline styles from index.html

This commit is contained in:
vista-man
2025-04-10 16:41:30 +02:00
parent 12e7176ac4
commit 9434ddf66d
2 changed files with 4 additions and 20 deletions

View File

@@ -7,15 +7,6 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
<style>
.inhoud {
position: relative;
z-index: 1;
color: white;
text-align: center;
margin-top: 20px;
}
</style>
</head>
<body>