Skip to content

Commit

Permalink
Color Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Min-Thway-Htut committed Dec 20, 2024
1 parent d0a1b55 commit 2f84081
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion article-two.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
</body>
<footer class="footer">
<p>&copy; minthwayhtut 2024 | Developed by Min Thway Htut</p>
<p id="last-update">Last updated on 09.11.2024</p>
<p id="last-update">Last updated on 20.12.2024</p>
</footer>
</html>
2 changes: 1 addition & 1 deletion articles.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
</body>
<footer class="footer">
<p>&copy; minthwayhtut 2024 | Developed by Min Thway Htut</p>
<p id="last-update">Last updated on 09.11.2024</p>
<p id="last-update">Last updated on 20.12.2024</p>
</footer>
</html>
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<body>
<nav>
<ul class="sidebar">
<li onclick=hideSidebar()><a href=""><svg xmlns="http://www.w3.org/2000/svg" height="26" viewBox="0 -960 960 960" width="26" fill="#f5f5f5"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg></a></li>
<li onclick=hideSidebar()><a href=""><svg xmlns="http://www.w3.org/2000/svg" height="26" viewBox="0 -960 960 960" width="26" fill="#fff"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg></a></li>
<li><a href="#about-me">About Me</a></li>
<li><a href="#university">Education</a></li>
<li><a href="#mySkills">Skills</a></li>
Expand Down Expand Up @@ -253,7 +253,7 @@ <h3>Contact Information</h3>

<footer class="footer">
<p>&copy; minthwayhtut 2024 | Developed by Min Thway Htut</p>
<p id="last-update">Last updated on 09.11.2024</p>
<p id="last-update">Last updated on 20.12.2024</p>
</footer>

</html>
15 changes: 8 additions & 7 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,14 @@ div.desc {
#last-update{
font-size: 12px;
color: #f5f5f5;
margin-top: 10px;
}



.awards-border{
border: 1px solid #a89e75;
background-color: #f5f5f5;
border: 2px solid #121212;
background-color: #c6c6c6;
border-radius: 10px;
margin-left: 16px;
margin-right: 16px;
Expand Down Expand Up @@ -288,7 +289,7 @@ nav a{
text-decoration: none;
display: flex;
align-items: center;
color: #ffea00;
color: #fff;
font-size: 20px;
}

Expand Down Expand Up @@ -435,7 +436,7 @@ nav li:first-child{

.contactUs{
min-height: 100vh;
background-color: #A8DADC;
background-color: #fff;
padding: 50px;
text-align: center;
}
Expand Down Expand Up @@ -488,8 +489,8 @@ textarea:focus{
button{
display: inline-block;
padding: 12px 24px;
background-color: #f5f5f5;
color: #212121;
background-color: #121212;
color: #fff;
border: none;
border-radius: 20px;
cursor: pointer;
Expand All @@ -514,7 +515,7 @@ button{

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

#project-button a:hover{
Expand Down

0 comments on commit 2f84081

Please sign in to comment.