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

View File

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