This commit is contained in:
parent
7e3e3d32dc
commit
5d42004991
|
|
@ -55,7 +55,7 @@
|
||||||
</header>
|
</header>
|
||||||
<h1>Timeline of The Evolution of the Internet from 1960-2020</h1>
|
<h1>Timeline of The Evolution of the Internet from 1960-2020</h1>
|
||||||
<details>
|
<details>
|
||||||
<summary onmouseover="this.click()">1960</summary>
|
<summary onmouseover="this.click()" onmouseout="this.click()">1960</summary>
|
||||||
<p></p>
|
<p></p>
|
||||||
</details>
|
</details>
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
details > summary {
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
details > summary::-webkit-details-marker {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue