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; background-color: black;
} }
img { img {
position: absolute; /* position: absolute; */
width: 420px; width: 420px;
height: auto; height: auto;
/* max-width: "40%"; */ /* max-width: "40%"; */
left: 50%; /* left: 50%;
top: 50%; top: 50%;
margin-left: -285px; margin-left: -285px;
margin-top: -190px; margin-top: -190px; */
} }
</style> </style>
</head> </head>
<body> <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()"> <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;"> <img src="./go_ask_alex.jpg" alt="Go Ask Alex" style="position: absolute; left: 50%; top: 50%; margin-left: -285px; margin-top: -190px;">
</a> </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> </body>
</html> </html>