Skip to content

Commit

Permalink
Fixing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Min-Thway-Htut committed Jul 26, 2024
1 parent 7d25258 commit 0b0557d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h2 id="myProjects">My Projects</h2>
<span class="dot" onclick="currentSlide(3)"></span>
</div>

<button id="project-button">View Projects</button>
<button id="project-button"><a href="project.html">View Projects</a></button>

<section class="contactUs">
<div class="contactMe" id="contact">
Expand Down
9 changes: 9 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,15 @@ button{
margin-top: 20px;
}

#project-button a{
text-decoration: none;
color: white
}

#project-button a:hover{
color: red;
}

.contact-info a{
text-decoration: none;
color: black;
Expand Down

0 comments on commit 0b0557d

Please sign in to comment.