This commit is contained in:
Joshua Killen 2020-04-17 12:14:43 +01:00
parent ab0f2c0baf
commit 7e72efd436
2 changed files with 5 additions and 3 deletions

View File

@ -45,8 +45,10 @@
<a class="active" href="../../about/about.html">About</a>
</nav>
</header>
<h1>About</h1>
<img class="headImg" src="about_assets/internet.png" alt="map of observable IPv4 addresses June-October 2012">
<div class="headImg">
<h1>About</h1>
<img src="about_assets/internet.png" alt="map of observable IPv4 addresses June-October 2012">
</div>
<details class="anchor" open>
<summary class="aboutTitle">The Website</summary>
<article class="aboutContent" id="siteContent">

View File

@ -53,7 +53,7 @@ summary {
padding-bottom: 2em
}
h1 {
.headImg {
background-image: url(internet.png);
width: 100%;
background-repeat: no-repeat;