cool retrotech overlay :D
This commit is contained in:
parent
eaa681c933
commit
9a0633b771
@ -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 %}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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
BIN
assets/images/crt1.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 607 KiB |
Loading…
x
Reference in New Issue
Block a user