add junk posts
This commit is contained in:
26
styles/sieves.css
Normal file
26
styles/sieves.css
Normal file
@@ -0,0 +1,26 @@
|
||||
/* demo styling */
|
||||
#demo-inputs {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
||||
label {
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
#enter {
|
||||
grid-column: 2;
|
||||
}
|
||||
|
||||
#result {
|
||||
margin: 1vh;
|
||||
}
|
||||
|
||||
/* table styling */
|
||||
#result-caption {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
td {
|
||||
text-align: right;
|
||||
}
|
||||
Reference in New Issue
Block a user