first commit

This commit is contained in:
mrtoine 2025-09-12 16:45:43 +02:00
parent dc9fbfea37
commit f3e4bc391b
3 changed files with 120 additions and 0 deletions

33
KeepToine/generic.css Normal file
View file

@ -0,0 +1,33 @@
*, html, body{
margin: auto;
}
table{
width: 90%;
}
.s10 {
width: 10%;
}
.s20 {
width: 20%;
}
.s30 {
width: 30%;
}
.s40 {
width: 40%;
}
.debug {
position: fixed;
display: block;
bottom: 0;
width: 100%;
padding: 15px;
background-color: rgba(200, 10, 10, 0.5);
color: rgba(255, 255, 255, 1);
}