Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
falvojr committed Oct 22, 2023
1 parent 20d0314 commit 47b1270
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
<style>
body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
background-color: #f0f0f0;
}
.container {
display: flex;
Expand All @@ -21,16 +19,9 @@
padding: 20px;
box-sizing: border-box;
}
h1 {
font-size: 1.5em;
text-align: center;
margin: 20px 0;
}
video {
width: 100%;
max-width: 640px;
border: 1px solid #ccc;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
max-width: 800px;
}
</style>
</head>
Expand Down

0 comments on commit 47b1270

Please sign in to comment.