parent
42eeff89c6
commit
3be1859945
2 changed files with 8 additions and 11 deletions
|
@ -466,9 +466,6 @@
|
||||||
</ul>
|
</ul>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<h3>latest blog posts</h3>
|
|
||||||
<iframe src="https://blog.slonk.ing/posts?n=5" sandbox style="height: 16em"></iframe>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
this page has a total of 0 bytes of javascript<br />
|
this page has a total of 0 bytes of javascript<br />
|
||||||
in my experience (and many others'), setting constraints about the medium like "completely static, no
|
in my experience (and many others'), setting constraints about the medium like "completely static, no
|
||||||
|
|
16
style.css
16
style.css
|
@ -31,7 +31,8 @@
|
||||||
|
|
||||||
:root,
|
:root,
|
||||||
code {
|
code {
|
||||||
font-family: "Hack", "Hack Nerd Font", "JetBrains Mono", "JetBrainsMono Nerd Font", monospace, sans-serif;
|
font-family: "Hack", "Hack Nerd Font", "JetBrains Mono", "JetBrainsMono Nerd Font", monospace,
|
||||||
|
sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
@ -99,12 +100,6 @@ fieldset {
|
||||||
border-color: var(--text);
|
border-color: var(--text);
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset,
|
|
||||||
iframe {
|
|
||||||
width: 100%;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
text-align: end;
|
text-align: end;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
@ -236,7 +231,12 @@ blockquote {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
background: rgb(154, 65, 40);
|
background: rgb(154, 65, 40);
|
||||||
background: linear-gradient(215deg, rgba(154, 65, 40, 1) 0%, rgba(116, 36, 94, 1) 50%, rgba(59, 56, 132, 1) 100%);
|
background: linear-gradient(
|
||||||
|
215deg,
|
||||||
|
rgba(154, 65, 40, 1) 0%,
|
||||||
|
rgba(116, 36, 94, 1) 50%,
|
||||||
|
rgba(59, 56, 132, 1) 100%
|
||||||
|
);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
|
|
Loading…
Reference in a new issue