mirror of
https://github.com/System-End/Scrapyard.git
synced 2026-04-19 16:28:26 +00:00
randomize the font size
This commit is contained in:
parent
648f86ced2
commit
a58477ac2d
1 changed files with 3 additions and 1 deletions
|
|
@ -64,6 +64,7 @@
|
|||
document.getElementById("style").innerHTML=`* {
|
||||
background-color: ${color()};
|
||||
color: #000000;
|
||||
font-size: ${Math.floor(100+(Math.random()*100))};
|
||||
font-family: ${font()}, monospace;
|
||||
}
|
||||
label {
|
||||
|
|
@ -81,6 +82,7 @@
|
|||
color: ${color()};
|
||||
}
|
||||
h1 {
|
||||
font-size: 200%;
|
||||
color: ${color()};
|
||||
}
|
||||
p {
|
||||
|
|
@ -172,5 +174,5 @@
|
|||
</div>
|
||||
</body>
|
||||
<footer>
|
||||
<p>Made because we hate websites that work normally <3<br/>V.0.0.14<br/>Made by <a href="https://endoftimee.tech">EndOfTimee</a> and <a href="https://firepup650.com">Firepup650</a></p>
|
||||
<p>Made because we hate websites that work normally <3<br/>V.0.0.15<br/>Made by <a href="https://endoftimee.tech">EndOfTimee</a> and <a href="https://firepup650.com">Firepup650</a></p>
|
||||
</footer>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue