words and tables

This commit is contained in:
Will McGugan
2022-08-04 16:41:39 +01:00
parent ca1ec68307
commit a9c475ceea
4 changed files with 32 additions and 23 deletions

View File

@@ -5,7 +5,7 @@ from textual.widgets import Static
class BackgroundApp(App):
CSS = """
Static {
height:1fr;
height: 1fr;
content-align: center middle;
color: white;
}