cool retrotech overlay :D

This commit is contained in:
etherware-novice 2024-07-28 15:18:51 -05:00
parent eaa681c933
commit 9a0633b771
No known key found for this signature in database
GPG Key ID: 5DB73B4D57B9D701
4 changed files with 12 additions and 1 deletions

View File

@ -9,6 +9,7 @@ navbar: topnav
<link rel="stylesheet" href="/assets/css/styles.css">
</head>
<body>
<img src="/assets/images/crt1.png" class="overlay">
{% if page.neko == "true" %}
{% include neko.html %}
{% endif %}

View File

@ -15,3 +15,13 @@ h1 {
padding: 8px;
background-color: blue;
}
.overlay {
pointer-events: none;
position: fixed;
width: 100%;
height: 100%;
top: 0; bottom: 0;
left: 0; right: 0;
z-index: 99;
}

View File

@ -2,7 +2,7 @@
max-width: 80%;
max-height: 90vh;
display: flex;
margin-top: 5px; margin-bottom: 0px;
margin-top: 20px; margin-bottom: 0px;
margin-left: auto; margin-right: auto;
justify-content: space-around;
border: 1px solid black;

BIN
assets/images/crt1.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 607 KiB