This commit is contained in:
Lucas Kent 2022-12-05 12:15:20 -05:00 committed by GitHub
parent 6d0ab6cf74
commit 06588c586c
2 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,7 @@ body {
bottom: -50%;
width: 200%;
height: 200vh;
z-index: -1;
background: transparent url('/assets/imgs/noise-transparent.png') repeat 0 0;
background-repeat: repeat;
animation: bg-animation .2s infinite;

View File

@ -17,7 +17,8 @@
<link rel="stylesheet" href="/assets/styles/navbar.css">
<link rel="stylesheet" href="/assets/styles/blog.css">
</head>
<body class="bg">
<body>
<div class="bg"></div>
<ul>
<li><a href="/">Home</a></li>
<li><a class="active" href="/sitemap.html">Sitemap</a></li>