diff options
Diffstat (limited to 'Pages/JobCounter/Index.cshtml.css')
| -rw-r--r-- | Pages/JobCounter/Index.cshtml.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Pages/JobCounter/Index.cshtml.css b/Pages/JobCounter/Index.cshtml.css new file mode 100644 index 0000000..5b191c1 --- /dev/null +++ b/Pages/JobCounter/Index.cshtml.css @@ -0,0 +1,14 @@ +div { + align-items: center; + display: flex; + flex-direction: column; + left: 50%; + position: absolute; + top: 50%; + transform: translate(-50%, -50%); +} + +h1 { + font-family: 'Arial'; + font-size: 28pt; +} |
