Generator atcm

This commit is contained in:
Leocraft1
2025-06-11 11:38:53 +02:00
parent 816edec0d7
commit 620b623926
3 changed files with 126 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
body{
text-align: center;
font-family: Consolas;
background-color: #282828;
color:white;
}
div.output{
font-size: 80%;
background-color: black;
min-height:150px;
border-radius: 10px;
}
p.output{
padding-top:5px;
padding-left:5px;
padding-right:5px;
margin:0;
}