Skip to content

Commit 00e5764

Browse files
committed
Update index.html
1 parent 6731072 commit 00e5764

1 file changed

Lines changed: 35 additions & 3 deletions

File tree

index.html

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
}
6666
</style>
6767
</head>
68-
<body class="line-numbers">
69-
<div id="main" style="margin-left: 15%;margin-right: 15%;padding: 1% 2% 2%;border-radius: 25px;background: rgba(0, 0, 0, 0.5);backdrop-filter: blur(5px);">
68+
<body class="line-numbers" style="min-height: 100vh;">
69+
<div id="main" style="display: table-cell;top: 0;height: auto !important;max-height: 75%;position: absolute;margin-left: 15%;width: 65%;margin-right: 15%;padding: 1% 2% 2%;border-radius: 25px;background: rgba(0, 0, 0, 0.5);backdrop-filter: blur(5px);">
7070
<p class="chinese">警告!本网站处于测试阶段!</p>
7171
<p class="english">Warn! This site is in beta!</p>
7272
<pre><code class="language-python">print("Hello World!")
@@ -83,8 +83,40 @@
8383
System.out.println("Hello World!");
8484
}
8585
}</code></pre>
86+
<p class="english">
87+
1
88+
<br/>
89+
2
90+
<br/>
91+
3
92+
<br/>
93+
4
94+
<br/>
95+
5
96+
<br/>
97+
6
98+
<br/>
99+
7
100+
<br/>
101+
8
102+
<br/>
103+
9
104+
<br/>
105+
10
106+
<br/>
107+
one
108+
two
109+
three
110+
four
111+
five
112+
six
113+
seven
114+
eight
115+
nine
116+
ten
117+
</p>
86118
</div>
87-
<div id="copyright" style="margin-left: 15%;margin-right: 15%;margin-top: 2.5%;padding: 1% 2% 2.5%;border-radius: 25px;background: rgba(0, 0, 0, 0.5);backdrop-filter: blur(5px);">
119+
<div id="copyright" style="display: table-cell;position: absolute;height: auto;bottom: 0;width: 65%;min-height: 5%;margin-left: 15%;margin-right: 15%;margin-top: 2.5%;padding: 1% 2% 2.5%;border-radius: 25px;background: rgba(0, 0, 0, 0.5);backdrop-filter: blur(5px);">
88120
<p class="chinese" style="text-align: center;">© 2025 红蓝灯 保留所有权利</p>
89121
<p class="english" style="text-align: center;">© 2025 RBL All Rights Reserved</p>
90122
</div>

0 commit comments

Comments
 (0)