<link href="favicon.png" rel="icon" type="image/png" />
</head>
<body>
- <div class="hgrid">
+ <div class="hgrid main-body">
<nav>
<ul class="nav-list">
<li><a href="index.html">Home!</a></li>
-body {
- background-color: white;
+.main-body {
color: black;
font-family: Verdana;
+ background: url(images/BodyBackground.jpg);
+ background-size: 100% 100%;
+ padding: 10% 5%;
}
.nav-list {
list-style-type: none;
}
.nav-list li {
- background: url(ItemBackground.png);
+ background: url(images/ItemBackground.png);
padding: 4px;
background-size: 100% 100%;
background-repeat: no-repeat;
display: auto;
}
.main-area {
- background: url(ItemBackground.png);
+ background: url(images/ItemBackground.png);
background-size: 100% 100%;
background-repeat: no-repeat;
aspect-ratio: 1 / 1;