This commit is contained in:
parent
ab0f2c0baf
commit
7e72efd436
|
|
@ -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">
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue