Skip to content

Commit

Permalink
Update tnt.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Kweshuu authored Dec 17, 2023
1 parent 8699040 commit 8c09bb7
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions tnt.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ThinKs and ThinKs</title>
<title>Thinks and Thunks</title>
<style>
body {
background-color: #000000;
Expand Down Expand Up @@ -39,7 +39,15 @@
}

.think-link {
margin-top: 60px; /* Move the link down by 20px */
margin-top: 60px;
display: block;
font-size: 1.5em;
text-decoration: none;
color: #ffffff;
}

.think-link-2 {
margin-top: 20px;
display: block;
font-size: 1.5em;
text-decoration: none;
Expand All @@ -48,8 +56,9 @@
</style>
</head>
<body>
<h1>ThinKs and ThinKs</h1>
<h1>Thinks and Thunks</h1>
<a class="think-link" href="think2.html" target="_blank">Dec 17, 2023 pt 2</a>
<a class="think-link-2" href="think1.html" target="_blank">Dec 17, 2023</a>
<div class="top-right-link">
<a href="index.html">b a c k</a>
</div>
Expand Down

0 comments on commit 8c09bb7

Please sign in to comment.