mirror of
https://github.com/JonasunderscoreJones/jonasjones.dev.git
synced 2025-10-23 17:09:19 +02:00
added sticky property to navbar
This commit is contained in:
parent
bcb0d8bdca
commit
e6ea33f61b
4 changed files with 9 additions and 4 deletions
|
@ -96,6 +96,9 @@
|
|||
text-align: center;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
</script>
|
||||
<ParallaxBg>
|
||||
<NavBar />
|
||||
<!-- please god dont send me to hell for doing this -->
|
||||
<h1> </h1>
|
||||
<h1> </h1>
|
||||
<title>404 - Page not found</title>
|
||||
<center>
|
||||
<h1>ERROR 404</h1>
|
||||
|
|
|
@ -42,8 +42,6 @@ body {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
min-height: 100vh;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
@ -69,7 +67,6 @@ body {
|
|||
align-items: center;
|
||||
width: 100%;
|
||||
margin-top: 1rem;
|
||||
height: 3rem;
|
||||
}
|
||||
|
||||
.picture {
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
<ParallaxBg>
|
||||
<Navbar />
|
||||
<title>Jonas_Jones</title>
|
||||
|
||||
<!-- please god dont send me to hell for doing this -->
|
||||
<h1> </h1>
|
||||
<h1> </h1>
|
||||
<div class="image-wrapper">
|
||||
<div class="card-front">
|
||||
<!-- svelte-ignore a11y-img-redundant-alt -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue