mirror of
https://github.com/ivabus/www
synced 2025-06-08 14:50:25 +03:00

* Add video player to 'www' * Switch to YouTube embed + spacing * Unnecessary script * Added image back, moved video to section below * Change copy, forgot to add responsive columns * Change elipses and capitalize Homebrew * apostrophes are elipses
11 lines
404 B
HTML
11 lines
404 B
HTML
<iframe width="100%" height="400" src="https://www.youtube.com/embed/xiq5euezOEQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
|
|
|
<style>
|
|
iframe{
|
|
border-radius: 5px;
|
|
max-width: 700px;
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
display: block;
|
|
}
|
|
</style>
|