added initial window with grid layout and css styling

This commit is contained in:
2026-03-22 00:04:59 +01:00
commit e019b31f29
4 changed files with 62 additions and 0 deletions

8
main.css Normal file
View File

@@ -0,0 +1,8 @@
.label{
font-weight: 700;
font-size: 20px;
border: 2px solid red;
}
.grid{
background-color: yellow;
}