commit 3376bf0
chld
·
2026-07-07 17:35:08 +0000 UTC
parent b7ac202
backgound
3 files changed,
+8,
-3
+0,
-0
+1,
-1
1@@ -2,7 +2,7 @@
2
3 <p id="fortune"></p>
4 <br>
5-<a href=PRF/index.html style="color: #ff9a9a; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;">
6+<a href=PRF/index.html style="color: #aaaaaa; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;">
7 <h1 style="color: #ff9a9a;">chld</h1></a>
8 <p>[ <a href=PRF/index.html>home</a> | <a href=https://codeberg.org/chld/web>src</a> | <a href=https://4plt.ch>ROOT</a> ]</p>
9 /* <a href=PRF/findme.html>me</a> | <a href=PRF/webring.html>webring</a> | <a href=PRF/blog.html>blog</a> */
+7,
-2
1@@ -1,11 +1,16 @@
2 body {
3 background-color: #f0f0f0;
4+ background-image: url('assets/bg.png');
5+ background-repeat: repeat;
6+ background-attachment: fixed;
7+ background-size: cover;
8+ background-position: center;
9 color: #0f0f0f;
10
11 padding-top: 10px;
12 padding-bottom: 10px;
13- padding-left: 10px
14- padding-right: 10px;
15+ padding-left: 80px
16+ padding-right: 80px;
17 }
18
19 a {