mirror of
https://github.com/johnggli/linktree.git
synced 2026-08-16 22:46:04 +01:00
refactor: change popup visual
This commit is contained in:
@@ -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()">×</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user