first commit
This commit is contained in:
parent
dc9fbfea37
commit
f3e4bc391b
3 changed files with 120 additions and 0 deletions
33
KeepToine/generic.css
Normal file
33
KeepToine/generic.css
Normal 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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue