added link the world button
This commit is contained in:
parent
aa1d6f61f5
commit
f07848fc24
4 changed files with 12 additions and 3 deletions
BIN
button.webdirectories.ase
Normal file
BIN
button.webdirectories.ase
Normal file
Binary file not shown.
BIN
objectionable.solutions/88x31_webdirectories.bmp
Normal file
BIN
objectionable.solutions/88x31_webdirectories.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
|
|
@ -27,13 +27,13 @@ a:hover {
|
|||
|
||||
section {
|
||||
border-radius: 5px;
|
||||
border: solid black 1px;
|
||||
border: solid black 2px;
|
||||
border-color: var(--color-tl-border) var(--color-br-border)
|
||||
var(--color-br-border) var(--color-tl-border);
|
||||
background-color: color-mix(in srgb, var(--color-panels), transparent 10%);
|
||||
padding: 0.5em;
|
||||
margin: 10px;
|
||||
margin-top: 25px;
|
||||
border-color: var(--color-tl-border) var(--color-br-border)
|
||||
var(--color-br-border) var(--color-tl-border);
|
||||
}
|
||||
|
||||
footer {
|
||||
|
|
@ -60,6 +60,10 @@ h4::before {
|
|||
|
||||
img {
|
||||
max-width: 300px;
|
||||
border-radius: 5px;
|
||||
border: solid black 2px;
|
||||
border-color: var(--color-tl-border) var(--color-br-border)
|
||||
var(--color-br-border) var(--color-tl-border);
|
||||
}
|
||||
|
||||
img.image-right {
|
||||
|
|
@ -77,6 +81,8 @@ img.image-left {
|
|||
}
|
||||
|
||||
img.button {
|
||||
border-radius: 0;
|
||||
border: 0;
|
||||
width: 110px;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -200,6 +200,9 @@
|
|||
<p>
|
||||
Do you know a thing that's not here, and think I'd enjoy it? Tell me about it on fedi at Sara_Objectionable@app.wafrn.net or bsky @sara-objectionable.at.app.wafrn.net (though do mention the website sent you, cause I may not respond to random messages...).
|
||||
</p>
|
||||
<p>
|
||||
<img src="88x31_webdirectories.bmp" class="button" alt="88x31 pixel button saying 'make a web directory/link the world'" title="Link the World/Make a Web Directory">
|
||||
</p>
|
||||
<a href="#top">back to top</a>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue