Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
QSchlegel committed Nov 30, 2023
1 parent de3c443 commit a63bdc1
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
<!DOCTYPE html>
<html>

<head>
<style>
video {
display: block;
margin-left: auto;
margin-right: auto;
width: 90%;
border-radius: 50px;
padding: 25px;
}
</style>

</head>

<body>
<video width="100%" muted controls autoplay
<video style="display: block;
margin-left: auto;
margin-right: auto;
width: 90%;
border-radius: 50px;
padding: 25px;"

width="100%" muted controls autoplay
poster="https://images.unsplash.com/photo-1693300451880-d73484bed3df?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxNTE3NDZ8MHwxfHNlYXJjaHwyOXx8UyUyMGJhaG4lMjBiZXJsaW58ZW58MHx8fHwxNzAxMTczMjQ4fDA&ixlib=rb-4.0.3&q=80&w=1080">
<source src="https://tubcloud.tu-berlin.de/s/wx4Xy4jecYCgbH6/download" type="video/mp4">
Your browser does not support the video tag.
Expand Down

0 comments on commit a63bdc1

Please sign in to comment.