Skip to content

Commit

Permalink
fixed none css
Browse files Browse the repository at this point in the history
  • Loading branch information
j0nnn committed Aug 11, 2022
1 parent 73301e7 commit bd4e74e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<div class="intro">
<div class="about center">
<h1 id="typewriter"><span id="typewritername" class="about__name"><span></h1>
<div class="none" id="fadeInDesc">
<div class="hidden" id="fadeInDesc">
<h2><span class="about__role">EECS student @ UC Berkeley</span></h2>
<p><span class="about__desc">An aspiring software engineer based in the Bay, looking for opportunities<br>
to expand my knowledge base while fostering a collaborative community!</span></p>
Expand Down
4 changes: 0 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ button {
color: var(--clr-hovered-link);
}

.none {
opacity: 0%;
}

.link::before {
content: "";
display: inline;
Expand Down

0 comments on commit bd4e74e

Please sign in to comment.