Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
SprintingSnail69 authored Nov 1, 2024
1 parent 116993a commit 72dab84
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
17 changes: 12 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,19 @@
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<h1 class="heading" style="font-family: Inter;">SprintingSnail69</h1>
<div>
<p class="pg">Front End Developer</p>
<br>
<h2>Projects</h2>
<p><button><a href="https://sprintingsnail69.github.io/coolsounds/">My Soundboard</a></button></p>
<h1 class="heading" style="font-family: Inter;">SprintingSnail69</h1>
<div>
<p class="pg">Front End Developer</p>
<br>
<a href="github.com/SprintingSnail69" target="_blank ">My Github</a>
<a href="https://www.youtube.com/@SprintingSnail123" target="_blank">My YoutTube</a>
<br>
<h2>Projects</h2>
<br>
<p><button class="button"><a href="https://sprintingsnail69.github.io/coolsounds/">My Soundboard</a></button></p>
</div>

</div>
</body>
</html>
11 changes: 11 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,15 @@ body {

.pg {
margin-left: 30px;
}

.button {
background-color:rgb(95, 137, 222);
margin-left: auto;
}

.button:hover {
scale: 1.1;
transition: 0.2s;
margin-left: auto;
}

0 comments on commit 72dab84

Please sign in to comment.