<!DOCTYPE html>
<html>
<head>
<style>
<title>404 - Page Not Found</title><link rel="stylesheet"type="text/css"href="styles.css"/>CSS: body,
html {
height: 0%;
margin: 0;
10
padding: 0;
}
.container {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
background-color: rgba(0, 0, 0, 0.25);
}
img {
max-width: 100%;
Comments