diff --git a/src/app/app.component.css b/src/app/app.component.css index e69de29..0fd3c89 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -0,0 +1,20 @@ +.subheading { + font-size: 1.5rem; + font-weight: 300; +} + +@media only screen and (max-width: 767px) { + .desktopOnly { + display: none; + } +} + +img { + max-width: 100%; + height: auto; + width: auto\9; /* ie8 */ +} + +.heading { + margin-top: 12px; +} \ No newline at end of file diff --git a/src/app/app.component.html b/src/app/app.component.html index 3d590de..7ae2a27 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1 +1,19 @@ +
+ This is a small app the simulates the Card Workout created by Jeff Nippard.
+ Check out his youtube video here!
+