Skip to content

Commit

Permalink
changed font weight to bold
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrenceee04 committed Jun 20, 2024
1 parent edd850f commit 733ae50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</nav>
<div>
<h1>Wait! Wala pa laman...</h1>
<button onclick="window.open('https://youtu.be/dQw4w9WgXcQ?si=BC00jSwc5LqieFS4', '_blank')">Don't click...</button>
<button onclick="window.open('https://youtu.be/dQw4w9WgXcQ?si=BC00jSwc5LqieFS4', '_blank')">DON'T CLICK...</button>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ div {
}

button {
font-weight: bold;
background-color: #ffffffe8;
color: #006cffff;
padding: 14px 20px;
Expand Down

0 comments on commit 733ae50

Please sign in to comment.