fizzbuzz examples

This commit is contained in:
Will McGugan
2022-09-23 13:25:04 +01:00
parent 8d2ef708bd
commit bb0e754329
7 changed files with 84 additions and 24 deletions

View File

@@ -0,0 +1,10 @@
Screen {
layout: center;
}
FizzBuzz {
width: auto;
height: auto;
background: $primary;
color: $text;
}