This commit is contained in:
parent
ab0f2c0baf
commit
7e72efd436
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ summary {
|
|||
padding-bottom: 2em
|
||||
}
|
||||
|
||||
h1 {
|
||||
.headImg {
|
||||
background-image: url(internet.png);
|
||||
width: 100%;
|
||||
background-repeat: no-repeat;
|
||||
|
|
|
|||
Loading…
Reference in New Issue