move readmes to own folder

This commit is contained in:
2022-04-12 17:28:54 +01:00
parent 291346f98a
commit b9555d63d3
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
in the css
@import url("https://styles.alv.cx/modules/darkmode.css");
example:
<ul class="buttonlist">
<li>
<a href="link to whatever">
<p>text</p>
</a>
</li>
<li>
<a href="link to whatever2">
<p>text2</p>
</a>
</li>
<li>
<a href="link to whatever3">
<p>text3</p>
</a>
</li>
</ul>

View File

@@ -0,0 +1,3 @@
in the css
@import url("https://styles.alv.cx/modules/darkmode.css");

View File

@@ -0,0 +1,13 @@
in the css
@import url("https://styles.alv.cx/modules/darkmode.css");
example:
<div id="searchWrapper">
<input id="search" placeholder="Search">
</div>
<p class="smallText" style="margin-top: 0; text-align: center">
Press (<kbd>Shift</kbd>+)<kbd>Enter</kbd> to open first result (in new tab)
</p>
<div id="results"> </div>