refactor: change popup visual

This commit is contained in:
john-emerson14
2020-03-23 02:25:38 -03:00
parent 85a6da065d
commit f143b7da6d
2 changed files with 37 additions and 24 deletions

View File

@@ -17,8 +17,8 @@
<div id="stars3"></div>
</section>
<a href="#popup">
<img id="profilePicture" src="https://avatars0.githubusercontent.com/u/43749971" alt="Profile Picture">
<a id="profilePicture" href="#popup">
<img src="https://avatars0.githubusercontent.com/u/43749971" alt="Profile Picture">
</a>
<div class="overlay" id="popup">
@@ -27,14 +27,14 @@
<img src="https://avatars0.githubusercontent.com/u/43749971" alt="Profile Picture">
</div>
<div class="popup-text">
<!-- <div class="popup-text">
<h1>
John Emerson
</h1>
<p>
But... the sensation that I've lost something lingers for a longtime after I wake up.
</p>
</div>
</div> -->
<a class="popup-close" onclick="history.back()">&times;</a>
</div>