Skip to content

Commit

Permalink
Update where-we've-been.html
Browse files Browse the repository at this point in the history
  • Loading branch information
5quirre1 authored Dec 31, 2024
1 parent addd806 commit a450044
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions blogs/where-we've-been.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@
.comments {
z-index: auto;
}
iframe {
width: 95%;
height: 60%;
border: none;
overflow: hidden;
border-radius: 8px;
border-radius: 8px;
}
@media screen and (max-width: 600px) {
h1 {
font-size: x-large;
Expand All @@ -147,10 +155,7 @@ <h2>Freakyblog</h2>
<a href="https://blog.freakybob.site">Home</a>
<a href="https://freakybob.site" target="_blank">Go to Freakybob.site</a>
<hr style="border-radius: 5px; border: 3px solid rgba(210, 17, 245, 0.6); margin: 10px 0; width: 90%;">
<h1 class="menu-blog-title" style="font-size: 1.4em; text-align: center; color: rgb(225, 246, 4);">The Blog Posts!</h1>
<a href="https://blog.freakybob.site/blogs/revival">Revival - 5quirre1</a>
<a href="https://blog.freakybob.site/blogs/where-we've-been">Apologizing - Wish13yt</a>
<a href="https://blog.freakybob.site/blogs/freakybob.site-hacking">What happened - Mpax</a>
<iframe src="/blogs/blog-posts.html"></iframe>
</div>

<h1>Where we've been</h1>
Expand Down Expand Up @@ -194,3 +199,5 @@ <h3>Apologizing for the Lack of Updates</h3>
</body>
</html>



0 comments on commit a450044

Please sign in to comment.