forgotten css

This commit is contained in:
Will McGugan
2022-05-24 10:39:32 +01:00
parent 7cd0e89c2c
commit 79a560f395

14
docs/examples/simple.css Normal file
View File

@@ -0,0 +1,14 @@
Screen {
background: darkblue;
color: white;
layout: vertical;
align: center middle;
}
Static {
height: auto;
padding: 2;
margin: 2;
border: white;
background: #ffffff 30%;
content-align: center middle;
}