Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cu8code committed Apr 18, 2024
1 parent aec8ae1 commit 5a5eee9
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 65 deletions.
6 changes: 6 additions & 0 deletions src/components/Linkstree.astro
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

<style>
div:nth-child(odd) {
background: #1a1919;
}
</style>

<div>
<div>
<div><a href="https://www.linkedin.com/in/usrbincat">~Linkedin</a></div>
Expand Down
4 changes: 3 additions & 1 deletion src/layouts/Page.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ let title = 'This is a cool page';
<body>
<Navigation />
<slot />
<Linkstree />
<footer>
<Linkstree />
</footer>
</body>
</html>
8 changes: 8 additions & 0 deletions src/pages/blog.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ import Page from "@/layouts/Page.astro";
a {
font-size: 1.8rem;
}

li:nth-child(odd) {
background: #1a1919;
}

li:nth-child(even) {
background: #252525;
}
</style>
<Page>
<ul>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'common path finding algo with props and cons?'
title: 'common path finding algo with pros and cons?'
pubDate: 2024-04-18
description: 'path finding!'
author: 'Ankan Roy'
Expand Down
63 changes: 0 additions & 63 deletions src/pages/posts/top-10-common-bugs-in-css.mdx

This file was deleted.

0 comments on commit 5a5eee9

Please sign in to comment.