Update 'www/index.html'

This commit is contained in:
Sarimoko 2022-02-23 20:14:26 +00:00
parent ec9dce1603
commit 51fd1bc5cc
1 changed files with 4 additions and 4 deletions

View File

@ -14,22 +14,22 @@
background-color: black;
}
img {
position: absolute;
/* position: absolute; */
width: 420px;
height: auto;
/* max-width: "40%"; */
left: 50%;
/* left: 50%;
top: 50%;
margin-left: -285px;
margin-top: -190px;
margin-top: -190px; */
}
</style>
</head>
<body>
<center><iframe width="560" height="315" src="https://www.youtube.com/embed/CBxT53r2AlU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></center>
<a href="javascript:history.back()">
<img src="./go_ask_alex.jpg" alt="Go Ask Alex" style="position: absolute; left: 50%; top: 50%; margin-left: -285px; margin-top: -190px;">
</a>
<center><iframe width="560" height="315" src="https://www.youtube.com/embed/CBxT53r2AlU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></center>
</body>
</html>