test
This commit is contained in:
parent
6d0ab6cf74
commit
06588c586c
@ -12,6 +12,7 @@ body {
|
|||||||
bottom: -50%;
|
bottom: -50%;
|
||||||
width: 200%;
|
width: 200%;
|
||||||
height: 200vh;
|
height: 200vh;
|
||||||
|
z-index: -1;
|
||||||
background: transparent url('/assets/imgs/noise-transparent.png') repeat 0 0;
|
background: transparent url('/assets/imgs/noise-transparent.png') repeat 0 0;
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
animation: bg-animation .2s infinite;
|
animation: bg-animation .2s infinite;
|
||||||
|
@ -17,7 +17,8 @@
|
|||||||
<link rel="stylesheet" href="/assets/styles/navbar.css">
|
<link rel="stylesheet" href="/assets/styles/navbar.css">
|
||||||
<link rel="stylesheet" href="/assets/styles/blog.css">
|
<link rel="stylesheet" href="/assets/styles/blog.css">
|
||||||
</head>
|
</head>
|
||||||
<body class="bg">
|
<body>
|
||||||
|
<div class="bg"></div>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/">Home</a></li>
|
<li><a href="/">Home</a></li>
|
||||||
<li><a class="active" href="/sitemap.html">Sitemap</a></li>
|
<li><a class="active" href="/sitemap.html">Sitemap</a></li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user