Skip to content

Commit

Permalink
added non selectable properties
Browse files Browse the repository at this point in the history
  • Loading branch information
aviiciii committed Jun 12, 2023
1 parent b642975 commit 5358ddf
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<h1>aviiciii</h1>
</div>
<div class="description">
<p>Student Developer :&#41; </p>
<p>Student Developer &#58;&#41; </p>
</div>
<div class="socials">
<ul class="socials-ul">
Expand All @@ -31,7 +31,7 @@ <h1>aviiciii</h1>
</li>
<!-- instagram -->
<li class="socials-li">
<a class="socials-a" href="https://www.instagram.com/aviiciii/">
<a class="socials-a" href="https://www.instagram.com/llvssh/">
<img class="socials-img" width="50" height="50" src="https://img.icons8.com/ios/50/instagram.png" alt="instagram-new--v1"/>
</a>
</li>
Expand Down
24 changes: 24 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,27 @@ p{
margin-top: 12px;
margin-bottom: 4px;
padding: 0;

/* not selectable */
user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;

}

.description{
color: var(--font-heading-color);
font-size: 1.3rem;

/* not selectable */
user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;

}

.socials{
Expand Down Expand Up @@ -162,6 +178,14 @@ p{
margin-top: 20px;
margin-bottom: 10px;
padding: 0;

/* not selectable */
user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;

}

.link-list{
Expand Down

0 comments on commit 5358ddf

Please sign in to comment.