diff --git a/src/app/app.component.css b/src/app/app.component.css index 0fd3c89..cca6f7d 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -7,6 +7,9 @@ .desktopOnly { display: none; } + .centerText { + text-align: center; + } } img { diff --git a/src/app/app.component.html b/src/app/app.component.html index 7ae2a27..3f2d9d1 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -3,7 +3,7 @@
-
+

Jeff Nippard's Card Workout

This is a small app the simulates the Card Workout created by Jeff Nippard.