Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Squirrel authored Sep 1, 2024
1 parent a5f57a2 commit 7c413d0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
text-align: center;
color: rgb(218, 203, 3);
font-size: 42px;
margin-top: -130px;
margin-top: 50px;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

Expand Down Expand Up @@ -110,8 +110,8 @@
}
#mute-button {
position: fixed;
top: 10px;
right: 10px;
top: 1px;
right: 4px;
padding: 10px 15px;
background-color: rgb(1, 170, 128);
border: none;
Expand Down Expand Up @@ -147,7 +147,7 @@
#bluesky-button {
position: fixed;
top: 19px;
left: 190px;
left: 10px;
z-index: 1001;
border: none;
background: none;
Expand All @@ -156,16 +156,18 @@
#discord-button img {
width: 90px;
height: 60px;
margin-top: 119px;
margin-left: -50px;
}
#bluesky-button img {
width: 40px;
height: 40px;
margin-top: -4px;
margin-top: 44px;
}
</style>
</head>
<body>
<h1>freakybob</h1>
<h1>Freakybob</h1>
<h2>
<marquee>Welcome to Freakybob.site! | Website will be slower due to school :3 | Image Gallery is still broken :(</marquee>
</h2>
Expand Down

0 comments on commit 7c413d0

Please sign in to comment.